how to convert time domain curve to frequency domain?
조회 수: 161 (최근 30일)
이전 댓글 표시
can any one explain how to convert that time domain respsonse shown in the figure to frequency domain curve?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/314826/image.jpeg)
채택된 답변
Rahul Narendra Shanbhag
2020년 6월 19일
To convert a time domain signal into frequency domain, one must use the Fourier transform to do so. MATLAB has a function fft which is a Fast Fourier Transform algorithm designed to implement the Fourier Transform on digital signals.
Please go through this documentation to know more:
Hope this helps
댓글 수: 2
Bishoy Iskandar
2022년 7월 21일
I used the fft in Matlab and it works but how does it work ? i am trying to look in the internet but all they say about fft is that it converts time domain signal into frequency domain... but how ? they didn't mention..
Any idea will be helpful...
Thanks in regards
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 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!