getting frequency data to time data

4 visualizzazioni (ultimi 30 giorni)
Fabian Chowanek
Fabian Chowanek il 8 Giu 2020
Risposto: Chaitanya Mallela il 18 Ago 2020
.. Hi .. I know it sounds just too simple, but imagine I have just frequency data and I need the time data out of it to plot some other magnitude data over the time in 1/samplerate.
Am I just going to say
time = ifft(freq)
?
Or should I be cautious because the freq vector might be complex?
TY

Risposte (1)

Chaitanya Mallela
Chaitanya Mallela il 18 Ago 2020
ifft function transforms the complex signal data from frequency domain to time domain where the time difference between the successive samples of the time domain data equal to the inverse of Sampling Frequency.
For more information refer the documentation link

Categorie

Scopri di più su Measurements and Spatial Audio in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by