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

    %% Create wlanVHTConfig Object for Single User 
% Create a VHT configuration object with the default settings.
cfgVHT = wlanVHTConfig 
%%
% Update the channel bandwidth.
cfgVHT.ChannelBandwidth = 'CBW40'