matlab fft function and its window type

19 次查看(过去 30 天)
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
if you are not specifying any window then it uses rectangular window as default

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Fourier Analysis and Filtering 的更多信息

产品


版本

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by