The following Matlab project contains the source code and Matlab examples used for 802.11g wlan phy model.
Modulator has been initialized as
% number of bits per symbol
switch modulation
case 'BPSK', Nb1 = 1;
case 'QPSK', Nb1 = 2;
case '16-QAM', Nb1 = 4;
case '64-QAM', Nb1 = 6;
case 'DQPSK', Nb1 = 8;
case 'OQPSK', Nb1 = 16;
end
modOrder = 2.
The source code and files included in this project are listed in the project files section, please make sure whether the listed source code meet your needs there.
Project Files:
File Name | Size |
---|---|
license.txt | 1311 |
allrptinfo.mat | 290 |
folder.png | 305 |
folder_failed.png | 3257 |
folder_pass.png | 3217 |
folder_warning.png | 3250 |
geninfo.mat | 507 |
icon_folder.png | 3115 |
icon_procedure.png | 3295 |
icon_task.png | 3040 |
icon_task_disabled.png | 3318 |
icon_task_pselected.png | 3350 |
icon_task_required.png | 3243 |
info_icon.png | 3394 |
mdladvinfo.mat | 43571 |
minus.png | 272 |
model_diagnose.html | 372 |
model_diagnose_custom.html | 66939 |
model_diagnose_left.html | 66384 |
model_diagnose_task.html | 64214 |
model_diagnose_top.html | 717 |
plus.png | 283 |
procedure_failed.png | 3372 |
procedure_passed.png | 3305 |
procedure_warning.png | 3304 |
report.html | 25539 |
report_2.html | 25539 |
task_disabled.png | 267 |
task_failed.png | 3209 |
task_forcepass.png | 3479 |
task_passed.png | 3483 |
task_req_forcepassed.png | 3391 |
task_req_passed.png | 3349 |
task_warning.png | 3131 |
vandv.png | 162 |
vandvback.png | 162 |
sl_proj.tmw | 85 |
wlan80211g.mdl | 257204 |
wlan80211g_graphics.fig | 44970 |
wlan80211g_graphics.m | 7580 |
wlan80211g_lib.mdl | 44438 |
wlan80211g_open_graphics.m | 514 |
wlan80211g_settings.m | 3518 |
wlan80211g_udg.m | 4053 |