SetCfoEstimationMode(string, RFmxDemodMXDDemodCfoEstimationMode)
- Updated2025-10-13
- 1 minute(s) read
Sets the carrier frequency offset estimation capability of the demodulator. If you select Narrow, coarse carrier frequency offset estimation is disabled and only fine carrier frequency offset estimation is performed. This is useful when analysing low SNR signals.
Syntax
Namespace: NationalInstruments.RFmx.DemodMX
public int SetCfoEstimationMode(string selectorString, RFmxDemodMXDDemodCfoEstimationMode value)
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| value | RFmxDemodMXDDemodCfoEstimationMode | Upon return, Specifies the number of symbols from the start of the burst trigger that is excluded from the measurement. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.