Hamming窗。
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
真人ag百家乐网址【微8785092】
le 24 Mai 2023
Réponse apportée : 真人ag百家乐网址【微8785092】
le 24 Mai 2023
怎么样画出几段Hamming窗呢?
下面是我输入的内容,出来的是空白图像
M=1000;n=60*M-1;
w=0.54-0.46*cos((2*pi*n)/M);
plot(n,w);

刚刚接触很多不懂的,求助求助,拜托了
0 commentaires
Réponse acceptée
真人ag百家乐网址【微8785092】
le 24 Mai 2023
M=1000;
n=1:M-1;
w=0.54-0.46*cos((2*pi*n)/M);
plot(n,w);
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Hamming dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!