RFmxDemodMXDDemodConfiguration.ConfigureSynchronization Method
- Updated2024-07-17
- 1 minute(s) read
RFmx
Configures bit pattern synchronization.
Namespace: NationalInstruments.RFmx.DemodMX
Assembly: NationalInstruments.RFmx.DemodMX.Fx40 (in NationalInstruments.RFmx.DemodMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)
Syntax
public int ConfigureSynchronization( string selectorString, RFmxDemodMXDDemodSynchronizationEnabled synchronizationEnabled, sbyte[] syncBits, int measurementOffset )
Public Function ConfigureSynchronization ( selectorString As String, synchronizationEnabled As RFmxDemodMXDDemodSynchronizationEnabled, syncBits As SByte(), measurementOffset As Integer ) As Integer
Parameters
- selectorString String
- Pass an empty string. The signal name that is passed when creating the signal configuration is used.
- synchronizationEnabled RFmxDemodMXDDemodSynchronizationEnabled
- Specifies whether the demodulator needs to search and synchronize the signal to a known reference sequence. 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.
- syncBits SByte
- Specifies the synchronization bits used to create the reference sequence that needs to be searched in the demodulated signal.
- measurementOffset Int32
- Specifies the offset, which is the location from which the signal is considered for further measurements.
Return Value
Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.
Remarks
This method maps to the RFmxDemod_DDemodCfgSynchronization() function in C.