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 Exchange에서 Install 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