Implementation of 16-QAM algorithm in the presence of AWGN channel

This algorithm implements the 16-QAM modulation and demodulation in the presence of AWGN channel
1,6K téléchargements
Mise à jour 26 déc. 2012

Afficher la licence

The program take an input stream of first 16 integers converted to binary form in the form of 4 bits least pass them on to the 4-bit register which takes first 2 bits to the I-channel and the next 2 bits to the Q-channel for modulation with cos and sin carriers respectively. After the modulation, both the signals are added and the resultant is transmitted over an AWGN channel which distorts the signal before it reaches the receiver. At the receiver end the signal is detected and demodulated separately with sin and cos waves for the separation of I and Q channels. Both the signals are passed through LPFs and average value for each interval is calculated and out put bits are generated accordingly. Muxing these two streams result in the generation of output sequence wich is definitely same as the given input. The program also shows the constellation diagram for both the transmitted and the distorted received signal. Almost all the signals through the whole system are shown in the different plots to ensure better understanding of how the program works.

Citation pour cette source

Umair Nadeem (2024). Implementation of 16-QAM algorithm in the presence of AWGN channel (https://www.mathworks.com/matlabcentral/fileexchange/39634-implementation-of-16-qam-algorithm-in-the-presence-of-awgn-channel), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R14SP2
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur PHY Components dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0.0