Bit Error Rate Analysis
Using MATLAB code to simulate QPSK communication system, and displaying BER graphs of other modulation schemes. For instance, the program compares the theoretical and simulation performance of QPSK system and the performance of QPSK and 16QAM in Rayleigh Fading.
Example code of plotting Rayleigh Fading graph
1 | %----------------------------Rayleigh Fading---------------------- |
Full code can be found on GITHUB