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
We have passed a string which is randomly genrated.
- Prof.Ashok Ranade for the guidence for this project.
- Tayab Memon for reaserch paper which we used as reference.