Hann window with a 2 km full width of window
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
yuxuan
el 28 de Feb. de 2024
Comentada: yuxuan
el 28 de Feb. de 2024
here is a window function:
how to code this window funcion?
0 comentarios
Respuesta aceptada
Chunru
el 28 de Feb. de 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)
Más respuestas (0)
Ver también
Categorías
Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!