frequency to time domain conversion

1 次查看(过去 30 天)
hi,
I have some data in text file, I want to read that data and convert the data from frequency to time domain. the data is like this
Frequency [Hz] Current(A)
1.000000000000E+07 2.500234034000E-06
1.018679245283E+07 2.546990258195E-06
1.074716981132E+07 2.687277097052E-06
1.149433962264E+07 2.874370653929E-06
1.242830188679E+07 3.108313963777E-06
1.336226415094E+07 3.342348535650E-06
I already tried the Wizard, load, fopen , fread, textscan,
suggestion please
  5 个评论
Muhammad Ali Qadar
Muhammad Ali Qadar 2014-5-15
@dpb, I really can not understand whats going on, is there is no example that could show this
dpb
dpb 2014-5-15
Any text on the FFT or tutorial on the internet. The problem is that if you have only the PSD of a real time signal you've lost the underlying phase data and therefore have no way of regenerating the original time history any longer. You just don't have enough information left on hand.
The math is such that to generate a real output from the IFFT the input must be complex conjugate symmetric and you have no imaginary component from which to build a meaningful conjugate as the PSD is the amplitude-only result of the FFT; the phase has been mushed out.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Spectral Estimation 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by