代码搜索:Realization

找到约 607 项符合「Realization」的源代码

代码结果 607
www.eeworm.com/read/131520/14142630

m example2.m

function dr = example2(x0,y0,dx,ds,F) % example2.m Digital filter realization % generated from the drawing window of the toolbox % "Drawing Digital Filter Realizations v1.0 b
www.eeworm.com/read/131520/14142664

m example3.m

function dr = example3(x0,y0,dx,ds,F) % example3.m Digital filter realization % generated from the drawing window of the toolbox % "Drawing Digital Filter Realizations v1.0 b
www.eeworm.com/read/215913/15034160

txt @@@@era_readme@@@@.txt

特征系统实现法(Eigensystem realization algorithm,ERA)算法toolbox for matlab Demo ver % By Chen yi, Jan. 24th,2004 % State Key lab of Mechanical Transmission , Chonqqing University % chen_yi2000@sina.c
www.eeworm.com/read/328079/13047114

m dfrft.m

function Xp=dfrft(x, p, M, Ts) % the realization of the FRFT's fast algorithm by Soo-Chang Pei % x : the input sequence and its length is 2*N+1 % p : the frft's order % M : 2*M+1 is the length of
www.eeworm.com/read/255577/12072256

m f_filtlat.m

function y = f_filtlat (K,b_0,x) %F_FILTLAT: Compute output of lattice form filter realization % % Usage: y = f_filtlas (K,b_0,x) % % Inputs: % K = 1 by m vector containing reflecti
www.eeworm.com/read/255577/12072723

m f_filtcas.m

function y = f_filtcas (B,A,b_0,x) %F_FILTCAS: Compute output of cascade form filter realization % % Usage: y = f_filtcas (B,A,b_0,x) % % Inputs: % B = N by 2 matrix containing nume
www.eeworm.com/read/230384/14291149

m f_filtlat.m

function y = f_filtlat (K,b_0,x) %F_FILTLAT: Compute output of lattice form filter realization % % Usage: y = f_filtlas (K,b_0,x) % % Inputs: % K = 1 by m vector containing reflecti
www.eeworm.com/read/230384/14291298

m f_filtcas.m

function y = f_filtcas (B,A,b_0,x) %F_FILTCAS: Compute output of cascade form filter realization % % Usage: y = f_filtcas (B,A,b_0,x) % % Inputs: % B = N by 2 matrix containing nume
www.eeworm.com/read/334933/3360501

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/301474/3839601

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 =