how do i convert time domain signal to frequency domain signal?

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.

 채택된 답변

Mohammad Abouali
Mohammad Abouali 2015년 12월 7일

0 개 추천

fft() is one

댓글 수: 4

Hi,
Thanks for your comment.
So you say,
fft(myvalues) will give me the signal in frequency domain right?
If you don't even know what a Fast Fourier Transform is, why do you even want your signal in the frequency domain?
Heartrin
Heartrin 2015년 12월 7일
편집: Heartrin 2015년 12월 7일
I knew what FFT is.
i was using transfer functions matrix methods to convert it.
just for clarification i want to make sure that this works correct.
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개)

카테고리

도움말 센터File Exchange에서 Fourier Analysis and Filtering에 대해 자세히 알아보기

질문:

2015년 12월 7일

댓글:

2015년 12월 8일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by