RFmxWlanMXOfdmModAccChannelEstimationInterpolationType Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies the interpolation type and/or smoothing type used on the channel estimates.
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public enum RFmxWlanMXOfdmModAccChannelEstimationInterpolationType
Members
| Name | Value | Description |
|---|---|---|
| Linear | 0 | Linear interpolation is performed on reference channel estimates across subcarriers. |
| TriangularSmoothing | 1 | Channel estimates are smoothed using a triangular weighted moving average window across subcarriers. |
| WienerFilter | 2 | Wiener filter is used for interpolation and smoothing on reference channel estimates across subcarriers. |