Hann window with a 2 km full width of window

1 vue (au cours des 30 derniers jours)
yuxuan
yuxuan le 28 Fév 2024
Commenté : yuxuan le 28 Fév 2024
here is a window function:
how to code this window funcion?

Réponse acceptée

Chunru
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)

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Produits


Version

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by