BER Simulation of OFDM, OOK, PPM, QAM

Plots BER Curves for Different Modulation Schemes.
1.5K Downloads
Updated 4 Nov 2017

View License

The main script files are UWC_OFDM.m and UWC_PPM_OOK_QAM_BPSK.m
1. Running UWC_OFDM open a matlab figure based UI Control. From the listbox user can select the Modulation Scheme and from the toggle buttons user can select which plots to be plotted. After clicking the evaluate button, BER plot is generated. Four OFDM schemes, namely Electrical OFDM, DCO-OFDM, ACO-OFDM and FLIP-OFDM are implemented. Modulation and Demodulation Functions are written separately in ofdm_mod and ofdm_demod files.
2. Running UWC_PPM_OOK_QAM_BPSK opens small UI control to select the modulation schemes. After selecting the modulation scheme, user should click outside the listbox and press any key from the keyboard. This should generate the desired BER curve for the selected modulation schemes.
Both files are successfully tested on MATLAB 2017a.

Cite As

Kanhaiya Mishra (2024). BER Simulation of OFDM, OOK, PPM, QAM (https://www.mathworks.com/matlabcentral/fileexchange/64950-ber-simulation-of-ofdm-ook-ppm-qam), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2017a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0

Specified the MATLAB version in description.