代码搜索:Decimation

找到约 613 项符合「Decimation」的源代码

代码结果 613
www.eeworm.com/read/334933/3360551

m p10_5.m

% Program P10_5 % Illustration of Decimation Process % clf; M = input('Down-sampling factor = '); n = 0:99; x = sin(2*pi*0.043*n) + sin(2*pi*0.031*n); y = decimate(x,M,'fir'); subplot(2,1,1); stem(n,x
www.eeworm.com/read/301474/3839504

m p10_5.m

% Program P10_5 % Illustration of Decimation Process % clf; M = input('Down-sampling factor = '); n = 0:99; x = sin(2*pi*0.043*n) + sin(2*pi*0.031*n); y = decimate(x,M,'fir'); subplot(2,1,1); stem(n,x
www.eeworm.com/read/301474/3839651

m p10_5.m

% Program P10_5 % Illustration of Decimation Process % clf; M = input('Down-sampling factor = '); n = 0:99; x = sin(2*pi*0.043*n) + sin(2*pi*0.031*n); y = decimate(x,M,'fir'); subplot(2,1,1); stem(n,x
www.eeworm.com/read/448886/1683412

m p10_5.m

% Program P10_5 % Illustration of Decimation Process % clf; M = input('Down-sampling factor = '); n = 0:99; x = sin(2*pi*0.043*n) + sin(2*pi*0.031*n); y = decimate(x,M,'fir'); subplot(2,1,1); stem(n,x
www.eeworm.com/read/448886/1683559

m p10_5.m

% Program P10_5 % Illustration of Decimation Process % clf; M = input('Down-sampling factor = '); n = 0:99; x = sin(2*pi*0.043*n) + sin(2*pi*0.031*n); y = decimate(x,M,'fir'); subplot(2,1,1); stem(n,x
www.eeworm.com/read/378914/2679234

m p10_5.m

% Program P10_5 % Illustration of Decimation Process % clf; M = input('Down-sampling factor = '); n = 0:99; x = sin(2*pi*0.043*n) + sin(2*pi*0.031*n); y = decimate(x,M,'fir'); subplot(2,1,1); stem(n,x
www.eeworm.com/read/378914/2679381

m p10_5.m

% Program P10_5 % Illustration of Decimation Process % clf; M = input('Down-sampling factor = '); n = 0:99; x = sin(2*pi*0.043*n) + sin(2*pi*0.031*n); y = decimate(x,M,'fir'); subplot(2,1,1); stem(n,x
www.eeworm.com/read/273787/10901195

m sysrep.m

% y = sysrep(h0,h1,g0,g1,M,N,x) % System input and output are x, y respectively. % The output y is a column vector. M and N are % decimation, interpolation factors respectively. % h0, h1 and v0, v
www.eeworm.com/read/381211/9103912

m fg_10_19.m

% fg_10_19 Decimation & Expansion Spectra t=0:199; N=800; p=14; n=0:N-1; z=zeros(1,N/4); x1=1.2*t.*exp(-t/20); x2=[linspace(0,2,40) linspace(2,0,160)]; sp_fig(1); subplot(3,2,1); FT=[z
www.eeworm.com/read/381211/9103968

m fg_10_20.m

% fg_10_20 Decimation & Expansion Spectra t=0:199; N=800; p=14; n=0:N-1; z=zeros(1,N/4); x1=1.2*t.*exp(-t/20); x2=[linspace(0,2,40) linspace(2,0,160)]; sp_fig(1); subplot(3,2,3); line(