代码搜索:Realization

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

代码结果 607
www.eeworm.com/read/210154/15205894

m ip_02_04.m

% MATLAB script for Illustrative Problem 2.4. echo on N=1000; M=50; Rx_av=zeros(1,M+1); Sx_av=zeros(1,M+1); for j=1:10, % Take the ensemble average over ten realizations X=rand(1,N)-1
www.eeworm.com/read/476069/6773288

m ip_02_04.m

% MATLAB script for Illustrative Problem 2.4. echo on N=1000; M=50; Rx_av=zeros(1,M+1); Sx_av=zeros(1,M+1); for j=1:10, % Take the ensemble average over ten realizations X=rand(1,N)-1
www.eeworm.com/read/171238/9765116

m ip_02_04.m

% MATLAB script for Illustrative Problem 2.4. echo on N=1000; M=50; Rx_av=zeros(1,M+1); Sx_av=zeros(1,M+1); for j=1:10, % Take the ensemble average over ten realizations X=rand(1,N)-1
www.eeworm.com/read/414455/11111371

m ip_02_04.m

% MATLAB script for Illustrative Problem 2.4. clear echo on N=1000; M=50; Rx_av=zeros(1,M+1); Sx_av=zeros(1,M+1); for j=1:10, % Take the ensemble average over ten realizations X=rand
www.eeworm.com/read/334931/12561403

m program_8_7.m

% Program 8_7 % FIR Cascaded Lattice Realization % format long num = input('Transfer function coefficients = '); k = tf2latc(num); disp('Lattice coefficients are'); disp(fliplr(k'));
www.eeworm.com/read/334931/12561766

m program_8_7.m

% Program 8_7 % FIR Cascaded Lattice Realization % format long num = input('Transfer function coefficients = '); k = tf2latc(num); disp('Lattice coefficients are'); disp(fliplr(k'));
www.eeworm.com/read/134087/14008946

c ccas2.c

/* ccas2.c - circular buffer implementation of cascade realization */ double csos2(); /* circular-buffer version of single SOS */ double ccas2(K, A, B, W, Q, x) int K, *Q;
www.eeworm.com/read/134087/14009125

c ccas21.c

/* ccas2.c - circular buffer implementation of cascade realization */ double csos2(); /* circular-buffer version of single SOS */ double ccas2(K, A, B, W, Q, x) int K, *Q;
www.eeworm.com/read/202790/15372799

m ip_02_04.m

% MATLAB script for Illustrative Problem 2.4. echo on N=1000; M=50; Rx_av=zeros(1,M+1); Sx_av=zeros(1,M+1); for j=1:10, % Take the ensemble average over ten realizations X=rand(1,N)-1
www.eeworm.com/read/112799/15476527

c ccas2.c

/* ccas2.c - circular buffer implementation of cascade realization */ double csos2(); /* circular-buffer version of single SOS */ double ccas2(K, A, B, W, Q, x) int K, *Q;