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

    %% Generate VHT-LTF Waveform
% Create a VHT configuration object with an 80 MHz channel bandwidth.
cfgVHT = wlanVHTConfig;
cfgVHT.ChannelBandwidth = 'CBW80';
%%
% Generate a VHT-LTF waveform.
vltfOut = wlanVHTLTF(cfgVHT);
size(vltfOut)
%%
% The 80 MHz waveform is a single OFDM symbol with 320 complex output
% samples.