OFDM packet detection using L-STF
returns
the offset from the start of the input waveform to the start of the
detected preamble, given a received time-domain waveform and the channel
bandwidth. For more information, see Packet Detection Processing.startOffset
= wlanPacketDetect(rxSig
,cbw
)
This function supports packet detection of OFDM modulated signals only.
specifies
an offset from the start of the received waveform and indicates where
the autocorrelation processing begins. The returned startOffset
= wlanPacketDetect(rxSig
,cbw
,offset
)startOffset
is
relative to the input offset
.
specifies
the threshold which the decision statistic must meet or exceed to
detect a packet. startOffset
= wlanPacketDetect(rxSig
,cbw
,offset
,threshold
)
[
also returns the decision
statistics of the packet detection algorithm for the received time-domain
waveform, using any of the input arguments in the previous syntaxes.startOffset
,M
]
= wlanPacketDetect(___)
[1] Terry, J., and J. Heiskala. OFDM Wireless LANs: A Theoretical and Practical Guide. Indianapolis, IN: Sams, 2002.