Taylar window(Kaiser) ,hamming,hanning window?
Afficher commentaires plus anciens
How difference between these three windows?
If Iam have signal(row vectrors) with length(32) ,How applied this three windows on my signal ?
Réponse acceptée
Plus de réponses (1)
Wayne King
le 2 Déc 2013
Yes, after you window the data, you can obtain the DFT of the signals and then take the modulus squared for the magnitude-squared DFT
w111 =hanning(32) ;
Sig = Sig.*repmat(w111,1,8);
SigDFT = abs(fft(Sig).^2);
1 commentaire
Mary Jon
le 2 Déc 2013
Catégories
En savoir plus sur Kaiser dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!