Hann window with a 2 km full width of window
1 回表示 (過去 30 日間)
古いコメントを表示
採用された回答
Chunru
2024 年 2 月 28 日
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)
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!