フィルターのクリア

Hann window with a 2 km full width of window

1 回表示 (過去 30 日間)
yuxuan
yuxuan 2024 年 2 月 28 日
コメント済み: yuxuan 2024 年 2 月 28 日
here is a window function:
how to code this window funcion?

採用された回答

Chunru
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)
  1 件のコメント
yuxuan
yuxuan 2024 年 2 月 28 日
Thank you very much!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSmoothing and Denoising についてさらに検索

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by