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?
回答(1 个)
Wayne King
2012-5-12
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"?
类别
在 帮助中心 和 File Exchange 中查找有关 Fourier Analysis and Filtering 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!