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

    %% Create wlanS1GConfig Object for Single User
% Create an S1G configuration object with default settings for a single
% user. Override the default by specifying a 4 MHz channel bandwidth and
% short preamble configuration.

cfgS1G = wlanS1GConfig;
cfgS1G.ChannelBandwidth = 'CBW4';
cfgS1G.Preamble = 'Short';
cfgS1G