?? 匹配濾波器.asv
字號:
t=0:0.02:10;s=cos((pi*t+t.*t)');N=length(s);
n=randn(N,1);x=s+n;
sw=fft(x,N);hw=conj(sw)*exp(-i*t*10);
h=ifft(h,N);y=conv(x,h);
subplot(2,2,1),plot(t,s);subplot(2,2,2),plot(n);subplot(2,2,3),plot(x);subplot(2,2,4),plot(y)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -