GetCfoEstimationMode(string, out RFmxDemodMXDDemodCfoEstimationMode)
- Updated2025-10-13
- 1 minute(s) read
Gets 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 GetCfoEstimationMode(string selectorString, out 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 | out 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.