代码搜索:Realization

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

代码结果 607
www.eeworm.com/read/313963/13577731

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/306478/13744617

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/303558/13812569

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/488462/6487318

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/488115/6496912

m program_6_6.m

% Program 6_6 % 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/488224/6498694

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/476907/6754330

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/264746/11302988

m prog4d3.m

% % A script illustrating cascade to parallel realization % (Program 4B.3, p237; program name: prog4d3.m) clc nstage=2; N1 = [1 0.481199 1]; N2 = [1 1.474597 1]; D1 = [1 0.052921 0.83173]; D2
www.eeworm.com/read/154874/11921419

m ex7a.m

dt=1; r=randn(100,1); t=zeros(100,1); w=zeros(100,1); w0=0; t(1)=1; k1=0.1; s1=1; for i=2:100 t(i)=i; w(i)=w(i-1)+sqrt(dt)*r(i); end b=0.01; %the numerical solution of the BOD model with
www.eeworm.com/read/255577/12072131

m f_lattice.m

function [K,b_0] = f_lattice (b) %F_LATTICE: Find lattice form FIR filter realization % % Usage: [K,b_0] = f_lattice (b) % % Inputs: % b = vector of length m+1 containing coefficient