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 CenterFile Exchange에서 QPSK에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by