📄 fftfilt.m
字号:
%exa031101_fftfilt.m,to test fftfilt.m,
h=firl(10,0.3,hanning(11));
N=500;p=0.05;f=1/16;
u=randn(1,N)*sqrt(p);
s=sin(2*pi*f*[0:N-1]);
x=u(1:N)+s;
y=fftfilt(h,x);
subplot(211);plot(x);
subplot(212);plot(y);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -