RFmxWlanMXSemAveragingType Enumeration
- Updated2025-04-08
- 1 minute(s) read
Specifies the averaging type for averaging multiple spectrum acquisitions. The averaged spectrum is used for SEM measurement.
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public enum RFmxWlanMXSemAveragingType
Members
Name | Value | Description |
---|---|---|
Rms | 0 | The power spectrum is linearly averaged. RMS averaging reduces signal fluctuations but not the noise floor. |
Log | 1 | The power spectrum is averaged in a logarithmic scale. |
Scalar | 2 | The square root of the power spectrum is averaged. |
Maximum | 3 | The peak power in the spectrum is retained from one acquisition to the next at each frequency bin. |
Minimum | 4 | The least power in the spectrum is retained from one acquisition to the next at each frequency bin. |