how do i convert time domain signal to frequency domain signal?
조회 수: 3 (최근 30일)
이전 댓글 표시
I have a sensor data signal of lenth 4000*1.
It is time domain.
How can i convert it into frquency domain.
Any commands in MAtlab doing this conversion.
Please Help.
댓글 수: 0
채택된 답변
Mohammad Abouali
2015년 12월 7일
fft() is one
댓글 수: 4
Mohammad Abouali
2015년 12월 8일
Yes, FFT or Fast Fourier Transform converts the signal from the (usually) time domain to the frequency domain.
ifft() performs the inverse, i.e. moving from freq. domain to time domain (usually).
추가 답변 (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!