代码搜索:Quantization

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

代码结果 3,139
www.eeworm.com/read/439446/7708543

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/439446/7708619

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/439446/7708712

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/439437/7709110

m qcoeff.m

function [y,L,B] = QCoeff(x,N) % [y,L,B] = QCoeff(x,N) % Coefficient Quantization using N=L+B bit Representation % with Rounding operation % y: quantized array (same dim as x) %
www.eeworm.com/read/439437/7709126

m statmodelr.m

function [H1,H2,Q, estat] = StatModelR(xn,B,N); % Statistical Model (Rounding) for A/D Quantization error and its Distribution % ------------- -----------------------------------------------------
www.eeworm.com/read/199778/7822989

m program_09_3.m

% Program 9_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/199777/7823069

m program_09_3.m

% Program 9_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/199774/7823214

m program_09_3.m

% Program 9_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/196292/8102358

cpp constants.cpp

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

h lsp.h

/* ******************************************************************************** * * GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001 * R99 Ve