BER Simulation of OFDM, OOK, PPM, QAM

Plots BER Curves for Different Modulation Schemes.
1,5K descargas
Actualizado 4 nov 2017

Ver licencia

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.

Citar como

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. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2017a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Modulation en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0

Specified the MATLAB version in description.