フィルターのクリア

reconstruct real valued data from IQ data

18 ビュー (過去 30 日間)
nur dsc
nur dsc 2021 年 12 月 21 日
回答済み: Akash 2024 年 2 月 21 日
I have an audio file. After reading it, I applied a single sideband modulation, ssbmod().
I tried to simulate a multipath fading channel.Then the signal passed through the fading channel. After that I added gaussian noise to the output signal of the channel .
But the output signal of the channel is complex. For demodulation ssbdemod(), I need real valued data not complex value.
So how do you get real valued signals from IQ data ?
I was planning to demodulate the output of the channel and sound it.
Thanks !

回答 (1 件)

Akash
Akash 2024 年 2 月 21 日
Hi Nur,
You can transform the complex values of your output signal into real values. If you want to obtain the real part of a complex signal, you can use the MATLAB "real" function. You can find more information about this function in the MATLAB documentation provided in the link below:-
Additionally, if you are looking to extract the magnitude of the complex numbers, you can use the "abs" function. The documentation for "abs" can be found in the below provided link:-

カテゴリ

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

製品

Community Treasure Hunt

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

Start Hunting!

Translated by