代码搜索结果

找到约 10,000 项符合 Raspberry Pi 的代码

ex5_5.m

x=0:pi/100:2*pi; y1=0.2*exp(-0.5*x).*cos(4*pi*x); plot(x,y1) hold on y2=2*exp(-0.5*x).*cos(pi*x); plot(x,y2); hold off

idft.m

function xn=idft(Xk) N=length(Xk); Xk1=Xk(1:N); n=0:N-1; k=0:N-1; WN=exp(-j*2*pi/N); nk=n'*k; WNnk=WN.^(-nk); xn=Xk1*WNnk/N;

exa100800_corrcoef.m

%------------------------------------------------------------------------ % exa100800_corrcoef.m, % to test corrcoef.m ; %------------------------------------------------------------------------

exa060603.m

%---------------------------------------------------------------------------- % exa060603.m, for example 6.6.3; % To design IIR Butteworth bandstop DF by analog-lowpass, % -------------------------

exa060701_3.m

%----------------------------------------------------------------------------- % exa060701_3.m , for example 6.7.1 and 6.5.1 % to test butter.m %---------------------------------------------------

exa060701_2.m

%----------------------------------------------------------------------------- % exa060701_2.m , for example 6.7.1 and 6.5.1 % to test buttord,lp2lp,bilinear ; % to design Low-pass DF with s=2/Ts[(

产生一 sinc 函数.m

%----------------------------------------------------------------- % exa011004_sinc.m, for example 1.10.4 % to generate the sinc function. % 产生一 sinc 函数; %-----------------------

滤波器系数.m

%------------------------------------------------------------------------ % exa050501.m, for example 5.5.1 and fig5.5.1 % to explain the spectra factorization %------------------------------------

to design iir butteworth bandstop df by analog-lowpass.m

%---------------------------------------------------------------------------- % exa060603.m, for example 6.6.3; % To design IIR Butteworth bandstop DF by analog-lowpass, % -------------------------

design low-pass df.m

%----------------------------------------------------------------------------- % exa060701_2.m , for example 6.7.1 and 6.5.1 % to test buttord,lp2lp,bilinear ; % to design Low-pass DF with s=2/Ts[(