How can I perform QPSK modulation of an .mp3 / .wav file ?

3 ビュー (過去 30 日間)
IKRAM ILYAS
IKRAM ILYAS 2014 年 5 月 25 日
コメント済み: IKRAM ILYAS 2014 年 5 月 27 日
Hello everyone,
I am kind of a novice in MATLAB. I have been trying to perform QPSK modulation of an .mp3 / .wav file and then pass it through an AWGN channel. Can anyone please tell me how to go about this process? Thanks in advance.

採用された回答

rifat
rifat 2014 年 5 月 25 日
sounds like an assignment problem. anyway... 1. read file using wavread() 2. use modulate() to apply QPSK modulation 3. use awgn() to add noise with a desired SNR 4. use demod() to obtain the received signal.
  4 件のコメント
rifat
rifat 2014 年 5 月 27 日
then download this file (<http://www.mathworks.com/matlabcentral/fileexchange/33443-qpsk-modulation-in-awgn/content/QPSK.m>)
IKRAM ILYAS
IKRAM ILYAS 2014 年 5 月 27 日
Thanks...

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

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

製品

Community Treasure Hunt

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

Start Hunting!

Translated by