Hamming窗。
显示 更早的评论
怎么样画出几段Hamming窗呢?
下面是我输入的内容,出来的是空白图像
M=1000;n=60*M-1;
w=0.54-0.46*cos((2*pi*n)/M);
plot(n,w);

刚刚接触很多不懂的,求助求助,拜托了
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Hamming 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!