www.gusucode.com > wlan 源码程序 matlab案例代码 > wlan/CreatewlanHTConfigObjectExample.m

    %% Create wlanHTConfig Object

%%
% Create a |wlanHTConfig| object with a PSDU length of 2048 bytes, and
% using BCC forward error correction.
cfgHT = wlanHTConfig('PSDULength',2048);
cfgHT.ChannelBandwidth = 'CBW20'