How can I perform QPSK modulation of an .mp3 / .wav file ?
    2 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
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.
0 Commenti
Risposta accettata
  rifat
      
 il 25 Mag 2014
        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 Commenti
  rifat
      
 il 27 Mag 2014
				then download this file (<http://www.mathworks.com/matlabcentral/fileexchange/33443-qpsk-modulation-in-awgn/content/QPSK.m>)
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su QPSK in Help Center e File Exchange
			
	Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

