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!