Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
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.

Akzeptierte Antwort

Mohammad Abouali
Mohammad Abouali am 7 Dez. 2015
fft() is one
  4 Kommentare
Heartrin
Heartrin am 7 Dez. 2015
Bearbeitet: Heartrin am 7 Dez. 2015
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.
Mohammad Abouali
Mohammad Abouali am 8 Dez. 2015
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).

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by