info = wlanHTOFDMInfo(field,cfg)
returns info, a structure containing orthogonal frequency-division
multiplexing (OFDM) information for the input field in a high-throughput (HT) transmission
parameterized by configuration object cfg.
info = wlanHTOFDMInfo(field,cbw,gi)
returns OFDM information for channel bandwidth cbw and guard interval
gi. To return OFDM information for the HT-Data field when the format
configuration is unknown, use this syntax.
info = wlanHTOFDMInfo(field,cbw)
returns OFDM information for the specified field and channel bandwidth. To return OFDM
information for any field other than HT-Data when the format configuration is unknown, use
this syntax.
OFDM information, returned as a structure containing these fields.
Name
Values
Description
Data Types
FFTLength
Positive integer
Length of the fast Fourier transform (FFT)
double
CPLength
Positive integer
Cyclic prefix length, in samples
double
NumTones
Nonnegative integer
Number of active subcarriers
double
NumSubchannels
Positive integer
Number of 20-MHz subchannels
double
ActiveFrequencyIndices
Column vector of integers in the interval
[-FFTLength/2,
(FFTLength/2 – 1)]
Indices of active subcarriers. Each element of this field is the
index of an active subcarrier, such that the direct current (DC) or
null subcarrier is at the center of the frequency band.
double
ActiveFFTIndices
Column vector of integers in the interval [1,
FFTLength]
Indices of active subcarriers within the FFT
double
DataIndices
Column vector of integers in the interval [1,
NumTones]
Indices of data within the active subcarriers
double
PilotIndices
Column vector of integers in the interval [1,
NumTones]
Indices of pilots within the active subcarriers
double
Data Types: struct
Extended Capabilities
C/C++ Code Generation Generate C and C++ code using MATLAB® Coder™.