FFT function in matlab
이전 댓글 표시
Hi
i just wanted to check out something regarding the fft function in matlab?
Does the spectra produced by the fft function give amplitudes or power?
답변 (3개)
Rick Rosson
2014년 10월 6일
편집: Rick Rosson
2014년 10월 6일
0 개 추천
Neither. It is a straight implementation of the definition of the DFT. Depending on how you choose to scale the result, you can compute one of a variety of different forms of the spectrum. It is in general proportional to the amplitude spectrum and not the power spectrum.
What are you trying to compute using fft?
Image Analyst
2014년 10월 6일
0 개 추천
Maybe you'd rather use pwelch() in the Signal Processing Toolbox.
Bran
2014년 10월 6일
0 개 추천
댓글 수: 4
Rick Rosson
2014년 10월 7일
Please post your code.
Bran
2014년 10월 7일
Bran
2014년 10월 7일
Rick Rosson
2014년 10월 7일
Can you also post the code you have where you computed the complex values using the FFT?
카테고리
도움말 센터 및 File Exchange에서 Transforms에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!