代码搜索:Quantization

找到约 3,139 项符合「Quantization」的源代码

代码结果 3,139
www.eeworm.com/read/357506/10208410

m program_12_3.m

% Program 12_3 % Coefficient Quantization Effects on the % Frequency Response of a Direct Form FIR Filter % fpts = [0 0.5 0.55 1]; mag = [1 1 0 0]; b = remez(39,fpts,mag); [h,w] = freqz(b,1,512)
www.eeworm.com/read/160929/10469552

m p9_3.m

% Program P9_3 % Coefficient Quantization Effects on Direct Form % Realization of an FIR Transfer Function clf; f = [0 0.4 0.45 1]; m = [1 1 0 0]; b = remez(19, f, m); [g,w] = gain(b,1); bq = a2dT(b,
www.eeworm.com/read/160929/10469905

m p9_3.m

% Program P9_3 % Coefficient Quantization Effects on Direct Form % Realization of an FIR Transfer Function clf; f = [0 0.4 0.45 1]; m = [1 1 0 0]; b = remez(19, f, m); [g,w] = gain(b,1); bq =
www.eeworm.com/read/160929/10470297

m p9_3.m

% Program P9_3 % Coefficient Quantization Effects on Direct Form % Realization of an FIR Transfer Function clf; f = [0 0.4 0.45 1]; m = [1 1 0 0]; b = remez(19, f, m); [g,w] = gain(b,1); bq = a2dT(b,
www.eeworm.com/read/424063/10502527

htm htb_frmt.htm

Block list for Source Coding Library Source Coding Library Signal Quantizer Scalar quantization encode Triggered Signa
www.eeworm.com/read/278816/10504359

c adc.c

/* adc.c - successive approximation A/D converter */ #include double dac(); int u(); void adc(x, b, B, R) double x, R; int *b, B; { int i; double y, xQ, Q; Q = R /
www.eeworm.com/read/159946/10585060

c adc.c

/* adc.c - successive approximation A/D converter */ #include double dac(); int u(); void adc(x, b, B, R) double x, R; int *b, B; { int i; double y, xQ, Q; Q = R /
www.eeworm.com/read/274866/10847342

c constants.c

/****************************************************************** iLBC Speech Coder ANSI-C Source Code constants.c Copyright (C) The Internet Society (2004). All R
www.eeworm.com/read/416230/11037560

m program_12_3.m

% Program 12_3 % Coefficient Quantization Effects on the % Frequency Response of a Direct Form FIR Filter % fpts = [0 0.5 0.55 1]; mag = [1 1 0 0]; b = remez(39,fpts,mag); [h,w] = freqz(b,1,512)
www.eeworm.com/read/450639/7479458

h gaincode.h

/************************************************************************** * * ROUTINE * gainencode * * FUNCTION * * encode and quantize code book gain * * SYNOPSIS * subroutine ga