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

    %% Generate VHT-SIG-B Waveform
% Generate the VHT-SIG-B waveform for an 80 MHz transmission packet.

%%
% Create a VHT configuration object, assign an 80 MHz channel bandwidth,
% and generate the waveform.
cfgVHT = wlanVHTConfig('ChannelBandwidth','CBW80');
vhtsigb = wlanVHTSIGB(cfgVHT);
size(vhtsigb)
%%
% The 80 MHz waveform has one OFDM symbol and is a total of 320 samples
% long.