代码搜索:Quantization
找到约 3,139 项符合「Quantization」的源代码
代码结果 3,139
www.eeworm.com/read/209093/4987289
c g711.c
#define SIGN_BIT (0x80) /* Sign bit for a A-law byte. */
#define QUANT_MASK (0xf) /* Quantization field mask. */
#define NSEGS (8) /* Number of A-law segments. */
#define SEG_SHIFT (4) /* Left
www.eeworm.com/read/334933/3360424
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);
[gq,w] =
www.eeworm.com/read/334933/3360570
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);
[gq,w] =
www.eeworm.com/read/301474/3839524
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);
[gq,w] =
www.eeworm.com/read/301474/3839670
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);
[gq,w] =
www.eeworm.com/read/448886/1683432
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);
[gq,w] =
www.eeworm.com/read/448886/1683578
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);
[gq,w] =
www.eeworm.com/read/378914/2679254
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);
[gq,w] =
www.eeworm.com/read/378914/2679400
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);
[gq,w] =
www.eeworm.com/read/285422/8841672
c jdmarker.c
#include "jdconfig.h"
#include "jderror.h"
#include "jdmarker.h"
#include "jddatatype.h"
#include "jdprototype.h"
#include "malloc.h"
UINT16 g_quantization_table [4][64];
INT32 g_valptr_minus