/QPSK-modulation-and-demodulation

This is Matlab implementation of modulation and demodulation of QPSK signals with added white Gaussian noise

Primary LanguageMATLABMIT LicenseMIT

QPSK-modulation-and-demodulation

This is Matlab implementation of communication through QPSK(Quadrature Phase Shift Keying) signals which include the modulation and demodulation of it, and make it more realistic we have added white Gaussian noise into it.

  • If you have communcation pack installed in the matlab then use: modulation_demodulation_QPSK.m
  • else use this one: modulation_demodulation_QPSK_without_communication_pack.m

Here is the visualization of the input data

We have passed a string which is randomly genrated.

Here is the visualization of the modulating signal contaning AWGN(white gaussian noise).

Here is the visualization of the modulating signal contaning different kind of noise.

Here is the visualization of the Recieved data.

Acknowledgement