matlab fft function and its window type

17 vues (au cours des 30 derniers jours)
Jae wook Oh
Jae wook Oh le 13 Nov 2021
Réponse apportée : Tina le 15 Nov 2021
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 commentaire
Mathieu NOE
Mathieu NOE le 15 Nov 2021
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

Connectez-vous pour commenter.

Réponse acceptée

Tina
Tina le 15 Nov 2021
if you are not specifying any window then it uses rectangular window as default

Plus de réponses (0)

Catégories

En savoir plus sur Fourier Analysis and Filtering dans Help Center et File Exchange

Produits


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by