代码搜索:Quantization
找到约 3,139 项符合「Quantization」的源代码
代码结果 3,139
www.eeworm.com/read/248284/12585587
m p9_1.m
% Program P9_1
% Coefficient Quantization Effects on Direct Form
% Realization of an IIR Transfer Function
clf;
[b,a] = ellip(6,0.05,60,0.4);
[g,w] = gain(b,a);
bq = a2dT(b,5);aq = a2dT(a,5);
[
www.eeworm.com/read/334527/12595582
c tab_dtx.c
/*
ITU-T G.729 Annex B ANSI-C Source Code
Version 1.3 Last modified: August 1997
Copyright (c) 1996, France Telecom, Rockwell International,
Universite de
www.eeworm.com/read/135238/13948903
m codebook_fmcq2.m
%this codebook is used for fourier magnitudes quantization
%the vector is from 122 to 256
FMCQ_CODEBOOK(122:256,:)=[...
1.250553 1.148173 0.606277 0.991795 0.997859 0.688890 0.942568
www.eeworm.com/read/135238/13948990
m codebook_fmcq2.m
%this codebook is used for fourier magnitudes quantization
%the vector is from 122 to 256
FMCQ_CODEBOOK(122:256,:)=[...
1.250553 1.148173 0.606277 0.991795 0.997859 0.688890 0.942568
www.eeworm.com/read/135238/13949023
m codebook_fmcq2.m
%this codebook is used for fourier magnitudes quantization
%the vector is from 122 to 256
FMCQ_CODEBOOK(122:256,:)=[...
1.250553 1.148173 0.606277 0.991795 0.997859 0.688890 0.942568
www.eeworm.com/read/235559/14063511
c tab_dtx.c
/*
ITU-T G.729 Annex B ANSI-C Source Code
Version 1.3 Last modified: August 1997
Copyright (c) 1996, France Telecom, Rockwell International,
Universite de
www.eeworm.com/read/201391/15408988
c tab_dtx.c
/*
ITU-T G.729 Annex B ANSI-C Source Code
Version 1.3 Last modified: August 1997
Copyright (c) 1996, France Telecom, Rockwell International,
Universite de
www.eeworm.com/read/110664/15527800
c exp3d.c
/* -------------------------------------------
exp3d.c
Quantization effect to an IIR filter
---------------------------------------------- */
#define FILELENGTH 27956 /* # of samp
www.eeworm.com/read/424027/10505999
m 量化.m
function Q_IMG = quantization(IMG);
%对IMG进行8*8 JPEG量化,结果存于Q_IMG
%% 8*8 JPEG量化矩阵
JPEG_data = [16 11 10 16 24 40 51 61
12 12 14 19 26 58 60 55
14 13 16 24 40 57 69 56
14 17 22 29 51 87 80 62
1
www.eeworm.com/read/277589/10617531
h createpal.h
/******************************************************************
CreatePal.H
Performing Color Quantization algorithm
******************************************************************/