FFT with data points in MATLAB

I have a list of 32 data points and need to compute the Fourier coefficients using the FFT method. I also need to show the output of each reduction step. Can anyone help?

Réponses (1)

Wayne King
Wayne King le 12 Mai 2012

0 votes

I'm not sure I understand. If x is your data
xdft = fft(x);
Is the discrete Fourier transform. What more do you mean and what specifically do you mean when you say "...show the output of each reduction step"?

Catégories

En savoir plus sur Fourier Analysis and Filtering dans Centre d'aide et File Exchange

Produits

Question posée :

le 12 Mai 2012

Community Treasure Hunt

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

Start Hunting!

Translated by