RFmxSpecAnMXPhaseNoiseSmoothingType Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies the smoothing type used to smoothen the log plot trace.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public enum RFmxSpecAnMXPhaseNoiseSmoothingType
Members
| Name | Value | Description |
|---|---|---|
| None | 0 | Smoothing is disabled. |
| Linear | 1 | Performs linear moving average filtering on the measured phase noise log plot trace. |
| Logarithmic | 2 | Performs logarithmic moving average filtering on the measured phase noise log plot trace. |
| Median | 3 | Performs moving median filtering on the measured phase noise log plot trace. |