RFmxLteMXAcquisitionBandwidthOptimizationEnabled Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies whether RFmx driver optimizes the acquisition bandwidth. This may cause acquisition center frequency or local oscillator (LO) to be placed at different position than you configured.
Syntax
Namespace: NationalInstruments.RFmx.LteMX
public enum RFmxLteMXAcquisitionBandwidthOptimizationEnabled
Members
| Name | Value | Description |
|---|---|---|
| False | 0 | The RFmx driver does not optimize acquisition bandwidth and will be based on the Nyquist criterion. The value of the acquisition center frequency is the same as the value of the Center Frequency that you configure. |
| True | 1 | The RFmx driver positions the acquisition center frequency to acquire the least bandwidth based on the configuration and span needed for the measurement. This helps in reducing the amount of data to process for the measurement, thus improving the speed. However this might cause the LO to be positioned at a non-dc subcarrier position, hence the measurement sensitive to it should have this method disabled. |