Demodulate fields of HE waveform
returns demodulated frequency-domain signal sym
= wlanHEDemodulate(rx
,field
,cfg
)sym
by performing
orthogonal frequency-division multiplexing (OFDM) demodulation on received time-domain
signal rx
parameterized by high-efficiency (HE) configuration object
cfg
. The function uses parameters appropriate for
field
, the specified signal field.
returns the frequency-domain signal for the resource unit of interest, as determined by
its number sym
= wlanHEDemodulate(rx
,field
,cfg
,ruNumber
)ruNumber
. Use this syntax when specifying
cfg
as an HE multi-user (HE MU) configuration object to demodulate
either the HE-Data field or the HE long training field (HE-LTF).
returns the frequency-domain signal for channel bandwidth sym
= wlanHEDemodulate(rx
,field
,cbw
,hegi
,ru
)cbw
, guard
interval hegi
, and resource unit determined by the size and index
specified in ru
. If ru
is not specified, the
function returns the demodulated signal assuming a full band configuration. To demodulate
the HE-Data field when the PHY format is unknown, use this syntax.
returns the frequency-domain signal for HE-LTF type specified in
sym
= wlanHEDemodulate(rx
,field
,cbw
,hegi
,ltfType
,ru
)ltfType
. If ru
is not specified,
wlanHEDemodulate
returns the demodulated signal assuming a full
band configuration. To demodulate the HE-LTF when the PHY format is unknown, use this
syntax.