OFDM-based Wireless BroadBand System Simulator

Link and system level simulator for OFDM based wireless broadband systems
18.3K Downloads
Updated 26 Oct 2007

No License

LS-WOS V1.1 (Link & System-Level Wireless OFDM System Simulator Version 1 update 1)

This is the first time this simulator is published. We have tried to verify this simulator many times, however, there might still be some bugs. Please let us know if you found them. Thanks a lot.

It contains mainly two parts, i.e. link-level simulator and system-level simulator.

Link-level simulator focus on a single-cell single-user scenario, where signal is transmitted from tx, and estimated at rx. Comparing the difference in tx/rx signal, the error rate can be found out. The output of the link-level simulator is the BLER/BER vs. SNR mapping table, that can be used for the system-level simulation.

System-level simulator focus on a multi-cell multi-user scenario. For the sake of simplicity, it takes the mapping table aquired in the link-level simulation, measure the actural SNR, and finds the corresponding error rate.

Link-level simulator support SISO, 1 by x MRC, 2 by 1 STBC/SFBC, 2 by 2 Alamouti, x by 1 Antenna selection, x by y antenna selection.
System-level simulator, currently support only SISO and 1 by 2 MRC.

To start with, go into the folder sys_link_simu, and excute the following commond from matlab:

sys_link_simu_func(a,b)

where a is the link adaptation interval, in terms of No. of OFDM frames. b is the power adaptation interval. e.g. a = b = 1.

results will be saved in sys_link_result folder.

Detained manual will be provided later in wikipedia. The link is:
http://en.wikipedia.org/wiki/User:Ywa_ssd_imr

For questions in how to use this simulator, or suggestions, please use this wiki page, you can add you questions there, and we'll try to anser as soon as possible.
http://en.wikipedia.org/wiki/User_talk:Ywa_ssd_imr

The authors are members of the Rate group @ Aalborg University, and are grateful for the support from AAU, CTIF and the rate group.

Yuanye Wang, Suvra Sekhar Das and Muhammad Imadur Rahman
in Aalborg University, Aalborg, Denmark
13:42 26-10-2007

email:
ywa@es.aau.dk

%%%%%%%%%%%%%%%%%%%%%%%%%%%
Update information:
1. Includes one script for a basic OFDM system, link-level evaluation. So that users can easily get started with the simulator. The script is under the folder 'link_lv_simu', with name 'yy_simpleOFDM.m';

usage:
Go inside this folder, and run the above mentioned script, in around 1 minute, you'll see a figure with all the important result (Coded/Uncoded BER, BLER & Spectral Efficiency).

2. Bug fixed in comm_funcs/channelgenerator2.m, for AWGN channel case.

Yuanye Wang
25-October-2007
ywa@es.aau.dk
%%%%%%%%%%%%%%%%%%%%%%%%%%%

Cite As

Yuanye Wang (2024). OFDM-based Wireless BroadBand System Simulator (https://www.mathworks.com/matlabcentral/fileexchange/16591-ofdm-based-wireless-broadband-system-simulator), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2006a
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!

LS-WOS_V1.1/analyse_result/

LS-WOS_V1.1/comm_funcs/

LS-WOS_V1.1/link_lv_simu/

LS-WOS_V1.1/sys_link_simu/

LS-WOS_V1.1/sys_lv_simu/runemain/

LS-WOS_V1.1/sys_lv_simu/runetools/

LS-WOS_V1.1/sys_lv_simu/sys_lv_main_funcs/

Version Published Release Notes
1.0.0.0

Since this simulator is very big and complex, I made a simple testing script for basic OFDM system (link_lv_simu/yy_simpleOFDM.m).

Just one click to run, in around 1 minute, you'll be able to see the result shown in a figure.