sym = wlanNonHTOFDMDemodulate(rx,field,cfg)
recovers a frequency-domain signal by orthogonal frequency-division multiplexing (OFDM)
demodulating non-high-throughput (non-HT) time-domain signal rx. The
function demodulates rx by using non-HT transmission parameters
cfg and signal field value field.
sym = wlanNonHTOFDMDemodulate(rx,field,bandwidth)
specifies the channel bandwidth of the transmission.
sym = wlanNonHTOFDMDemodulate(___,'OFDMSymbolOffset',symOffset)
specifies the OFDM symbol sampling offset as a fraction of the cyclic prefix length in
addition to any combination of input arguments from the previous syntaxes..
Recover the frequency-domain signal by OFDM demodulating the non-HT Data signal, specifying an OFDM symbol sampling offset.
field = 'NonHT-Data';
symOffset = 0.5;
sym = wlanNonHTOFDMDemodulate(rx,field,bandwidth,'OFDMSymbolOffset',symOffset);
Extract the data subcarriers.
info = wlanNonHTOFDMInfo(field,bandwidth);
sym = sym(info.DataIndices,:);
Recover the first 20 MHz subchannel of the PSDU, enhancing the demapping of the OFDM subcarriers by specifying channel state information. Confirm that the received and transmitted PSDUs match.
rx — Received time-domain signal complex-valued matrix
Received time-domain signal, specified as a complex-valued matrix of size
Ns-by-Nr.
Ns is the number of time-domain
samples. If Ns is not an integer
multiple of the OFDM symbol length,
Ls, for the specified
field,then the function ignores the remaining
mod(Ns,Ls)
symbols.
Nr is the number of receive
antennas.
Data Types: double Complex Number Support: Yes
field — Field to be demodulated 'L-LTF' | 'L-SIG' | 'NonHT-Data'
Field to be demodulated, specified as one of these values.
'L-LTF' – Demodulate legacy long training field
(L-LTF).
'L-SIG' – Demodulate the legacy signaling (L-SIG)
field.
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.