RFmxDemodMXDDemodSynchronizationEnabled Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies whether the demodulator needs to search for a known reference sequence and synchronize the signal to this reference. The reference sequence is the symbol representation of a defined set of bits known to be present in the transmitted signal. If the synchronization is found in the demodulated signal, the measurement is performed from this point onward. If the synchronization is not found, the entire signal is used for the measurement.
Syntax
Namespace: NationalInstruments.RFmx.DemodMX
public enum RFmxDemodMXDDemodSynchronizationEnabled
Members
| Name | Value | Description |
|---|---|---|
| False | 0 | Does not search for a known reference sequence and synchronize the signal to this reference. |
| True | 1 | Searches for a known reference sequence and synchronizes the signal to this reference. |