matlab fft function and its window type

Hi.
I'm using the matlab fft function and got curious about what type of window the function employs as default.
I know from previous questions and answers that to use a window, I would have to multiply the window to the data before using fft function.
Well if I don't multiply anything, does it use its default window of any type or maybe it doesn't use any window(rectangular window)?
thanks in advance.

1 件のコメント

Mathieu NOE
Mathieu NOE 2021 年 11 月 15 日
hello
by default the fft is done on the raw data without window , also referred as "rectangular" window.
it's up to you to apply a window to the data before doing the fft

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

 採用された回答

Tina
Tina 2021 年 11 月 15 日

0 投票

if you are not specifying any window then it uses rectangular window as default

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeInstall Products についてさらに検索

製品

リリース

R2020a

質問済み:

2021 年 11 月 13 日

回答済み:

2021 年 11 月 15 日

Community Treasure Hunt

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

Start Hunting!

Translated by