代码搜索:Decimation

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

代码结果 613
www.eeworm.com/read/378914/2679307

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);
www.eeworm.com/read/474901/6797299

txt 源代码说明.txt

wav_basic.c: basic filtering, decimation and upsampling routines. wav_basic.h: interface to wav_basic.c. wav_trf.c: transform routines. wav_trf.h: interface to wav_trf.c. wav_filters.h:
www.eeworm.com/read/248284/12585529

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);
www.eeworm.com/read/186987/8886049

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/160929/10469431

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/160929/10470185

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/439446/7708517

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/439446/7708686

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/264046/11331554

m irwsm.m

function [t,deriv,fitse,trse,derivse,y0,pp,ers,ykk1,er] = irwsm(y,TVP,nvr,Interv,dt,delt) % IRWSM Integrated Random Walk smoothing and decimation % % [ys,deriv,fitse,trse,derivse,y0,PkN,ers,ykk1,e
www.eeworm.com/read/334933/3360404

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