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

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

%%
% Create a VHT configuration object, assign an 80 MHz channel bandwidth,
% and generate the waveform.
cfgVHT = wlanVHTConfig;
cfgVHT.ChannelBandwidth = 'CBW80';
y = wlanVHTSIGA(cfgVHT);
size(y)
%%
% The 80 MHz waveform has two OFDM symbols and is a total of 640 samples
% long. Each symbol contains 320 samples.