Hann window with a 2 km full width of window
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
here is a window function:
how to code this window funcion?
0 commentaires
Réponse acceptée
Chunru
le 28 Fév 2024
N = 101; % Window length (# of points over -dz/2 to dz/2)
w = hann(N); % hanning window
plot(-(N-1)/2:(N-1)/2, w)
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Multirate Signal Processing 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!
