Signal Reception

Functions for 802.11™ physical layer reception processing

WLAN Toolbox™ provides functions that synchronize, demodulate, and decode 802.11 waveforms. Use these functions to detect waveform characteristics, estimate and correct for symbol timing offset, estimate and correct for carrier frequency offset, and estimate the channel. The functions also demodulate and recover individual preamble and data fields.

Functions

expand all

wlanPacketDetectOFDM packet detection using L-STF
wlanFormatDetectDetect packet format
wlanSymbolTimingEstimateFine symbol timing estimate using L-LTF
wlanCoarseCFOEstimateCoarse estimate of carrier frequency offset
wlanFineCFOEstimateFine estimate of carrier frequency offset
wlanSampleRateReturn nominal sample rate
channelDelayChannel timing delay
wlanVHTLTFChannelEstimateChannel estimation using VHT-LTF
wlanHTLTFChannelEstimateChannel estimation using HT-LTF
wlanLLTFChannelEstimateChannel estimation using L-LTF
wlanFieldIndicesGenerate PPDU field indices
wlanHEDemodulateDemodulate fields of HE waveform
wlanDMGOFDMDemodulateDemodulate fields of DMG waveform
wlanS1GDemodulateDemodulate fields of S1G waveform
wlanVHTLTFDemodulateDemodulate VHT-LTF waveform
wlanHTLTFDemodulateDemodulate HT-LTF waveform
wlanLLTFDemodulateDemodulate L-LTF waveform
wlanNonHTOFDMDemodulateDemodulate fields of non-HT OFDM waveform
wlanHEOFDMInfoGet OFDM information for HE transmission
wlanDMGOFDMInfoGet OFDM information for DMG transmission
wlanS1GOFDMInfoGet OFDM Information for S1G transmission
wlanVHTOFDMInfoGet OFDM information for VHT transmission
wlanHTOFDMInfoReturn OFDM information for HT transmission
wlanNonHTOFDMInfoGet OFDM information for non-HT transmission
wlanFieldIndicesGenerate PPDU field indices
wlanHESIGABitRecoverRecover information bits in HE-SIG-A field
wlanHESIGBCommonBitRecoverRecover common field bits in HE-SIG-B field
wlanHESIGBUserBitRecoverRecover user field bits in HE-SIG-B field
wlanLSIGBitRecoverRecover information bits in L-SIG field
wlanLSIGRecoverRecover L-SIG information bits
wlanVHTSIGARecoverRecover VHT-SIG-A information bits
wlanVHTSIGBRecoverRecover VHT-SIG-B information bits
wlanHTSIGRecoverRecover HT-SIG information bits
wlanDMGHeaderBitRecoverRecover bits from DMG Header field
wlanFieldIndicesGenerate PPDU field indices
wlanInterpretScramblerStateRecover bandwidth signaling from initial scrambler state
wlanHEDataBitRecoverRecover bits from HE-Data field
wlanVHTDataRecoverRecover bits from VHT-Data field
wlanHTDataRecoverRecover bits from HT-Data field
wlanNonHTDataBitRecoverRecover PSDU from non-HT Data field
wlanNonHTDataRecoverRecover non-HT Data
wlanDMGDataBitRecoverRecover bits from DMG Data field
wlanScrambleScramble and descramble binary input sequence
scramblerRangeGet scrambler initialization range
wlanConstellationDemapConstellation demapping
wlanBCCDeinterleaveDeinterleave binary convolutionally interleaved input
wlanStreamDeparseStream-deparse binary input
wlanSegmentDeparseBitsSegment-deparse data bits
wlanSegmentParseSymbolsSegment-parse data subcarriers
wlanBCCDecodeConvolutionally decode input data
wlanGolaySequenceGenerate Golay sequence

Objects

expand all

comm.PhaseFrequencyOffsetApply phase and frequency offsets to input signal
wlanHERecoveryConfigCreate HE recovery configuration object

Topics

Basic VHT Data Recovery Steps

Perform basic VHT data recovery.

End-to-End VHT Simulation with Frequency Correction

Generate, transmit, recover, and view a VHT MIMO waveform.

Transmit and Recover L-SIG, VHT-SIG-A, VHT-SIG-B in Fading Channel

Transmit a VHT waveform through a noisy MIMO channel.

Featured Examples