代码搜索:coefficient
找到约 3,200 项符合「coefficient」的源代码
代码结果 3,200
www.eeworm.com/read/223158/14651451
m distitar.m
function d=distitar(ar1,ar2,mode)
%DISTITAR calculates the Itakura distance between AR coefficients D=(AR1,AR2,MODE)
%
% Inputs: AR1,AR2 AR coefficient sets to be compared. Each row contains a
www.eeworm.com/read/215197/15070739
m distitar.m
function d=distitar(ar1,ar2,mode)
%DISTITAR calculates the Itakura distance between AR coefficients D=(AR1,AR2,MODE)
%
% Inputs: AR1,AR2 AR coefficient sets to be compared. Each row contains a
www.eeworm.com/read/215197/15070823
m distchar.m
function d=distchar(ar1,ar2,mode)
%DISTCHAR calculates the cosh spectral distance between AR coefficients D=(AR1,AR2,MODE)
%
% Inputs: AR1,AR2 AR coefficient sets to be compared. Each row conta
www.eeworm.com/read/214970/15081424
m distitar.m
function d=distitar(ar1,ar2,mode)
%DISTITAR calculates the Itakura distance between AR coefficients D=(AR1,AR2,MODE)
%
% Inputs: AR1,AR2 AR coefficient sets to be compared. Each row contains a
www.eeworm.com/read/214970/15081513
m distchar.m
function d=distchar(ar1,ar2,mode)
%DISTCHAR calculates the cosh spectral distance between AR coefficients D=(AR1,AR2,MODE)
%
% Inputs: AR1,AR2 AR coefficient sets to be compared. Each row conta
www.eeworm.com/read/7654/125857
asm fircircfunc_ext.asm
;FIRcircfunc_ext.asm Function using circular buffer in external memory
;A4=newest sample, B4=coefficient address, A6=filter order
;Delay samples organized: x[n-(N-1)]...x[n]; coeff as h(0)...h[N-1
www.eeworm.com/read/248077/4471128
m ex1_5.m
% M-file (EX1_5.M) to evaluate the function
% y= a*exp(-1.2t) - 3.0*exp(-2t)
% INPUT: Coefficient a and time t
% OUTPUT: y(t) displayed
fprintf('Compute y= a*exp(-1.2*t) - 3.0*exp(-2*t) \n')
a=inp
www.eeworm.com/read/334933/3360430
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/334933/3360503
m p9_2.m
% Program P9_2
% Coefficient Quantization Effects on Cascade
% Realization of an IIR Transfer Function
clf;
[z,p,k] = ellip(6,0.05,60,0.4);
[b,a] = zp2tf(z,p,k);
[g,w] = gain(b,a);
sos = zp2sos
www.eeworm.com/read/334933/3360575
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,