Azzera filtri
Azzera filtri

Hann window with a 2 km full width of window

1 visualizzazione (ultimi 30 giorni)
here is a window function:
how to code this window funcion?

Risposta accettata

Chunru
Chunru il 28 Feb 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)

Più risposte (0)

Prodotti


Release

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by