How can I mix two signals in MATLAB?
29 ビュー (過去 30 日間)
古いコメントを表示
I have two signals stored in vectors, one of them is a 4-QAM baseband signal(m), and the other is a simple Local Oscillator sinusoid signal(Lo). Then I've simulated the mixing like this:
Rfsignal=m.*Lo;
and then i filtered out the low frequency component of Rsignal, but after that, the radio signal doesn't look like the baseband, and I couldn't get back the digital data after demodulation. I know there are mixer objects in Simulink, but i want to use matlab coding, because it's much more practical. So I'm looking for a coding solution to properly mixing the baseband and the Lo signals in such a way that the Rf signal looks similar to the baseband.
Thanks a lot.
0 件のコメント
回答 (1 件)
Star Strider
2020 年 11 月 25 日
Ther esult would appear to be a single-sideband suppresed-carrier signal (with only the upper sideband). See if the demod function will do what you want.
6 件のコメント
Star Strider
2020 年 11 月 27 日
Quite possibly. I have never tried to do something like that.
I suggest you look throiugh the Communications Toolbox documentation to see if something like what you want to do exists there, or perhaps gives some idea of how to do what you want to do. (I do not have the Communications Toolbox, and so have no experience with it.)
参考
カテゴリ
Help Center および File Exchange で QAM についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!