frequeny domain signal into time domain signal

2 ビュー (過去 30 日間)
kingcruises
kingcruises 2020 年 1 月 14 日
回答済み: Star Strider 2020 年 1 月 14 日
Please help
I have extracted data from a plot which is power(dbm) as function of frequency
How do I transform the x axis to time domain signal Instead of frequency domain signal
Please find attached the data below.

回答 (2 件)

Raj
Raj 2020 年 1 月 14 日
Your question is basically to convert the frequency domain data to time domain.
Use 'ifft' command. See details here:

Star Strider
Star Strider 2020 年 1 月 14 日
The ‘outputtransmitterADS.txt’ file has dB as a function of frequency.
There are two problems:
First: The frequency goes from 1E+9 to 3E+9. It needs to be continuous from 0 to 3E+9 to be able to invert it correctly.
Second: Even if the frequencies were continuous from 0 to 3E+9, there is not enough information to invert these data to get a time-domain signal. If the file contained both the real and imaginary parts of the transformed signal, or the amplitude and phase, it would be possible to invert it to the time domain.
So unfortunately, it is not possible to invert these data to the time domain.

カテゴリ

Help Center および File ExchangeSpectral Measurements についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by