⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 匹配滤波器.asv

📁 随机信号:一段维纳滤波器的小程序
💻 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 + -