RFmxWlanMXOfdmModAccFrequencyErrorEstimationMethod Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies the PPDU fields that the measurement uses to estimate the carrier frequency error in the acquired signal.
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public enum RFmxWlanMXOfdmModAccFrequencyErrorEstimationMethod
Members
| Name | Value | Description |
|---|---|---|
| Disabled | 0 | Carrier frequency error is not computed and the corresponding result is returned as NaN. |
| InitialPreamble | 1 | Initial short and long training fields in the PPDU are used. |
| Preamble | 2 | Initial short and long training fields along with the SIGnal fields are used. |
| PreambleAndPilots | 3 | The initial short and long training fields, SIGnal fields, and the pilot subcarriers in the DATA field are used. |
| PreamblePilotsAndData | 4 | The initial short and long training fields, SIGnal fields, and all the subcarriers in the DATA field are used. |