MT Detect CPM VI
From LabView Digital Modulation
MT Detect CPM VI
Demodulates a CPM-modulated complex baseband waveform and returns the demodulated information bit stream. This VI attempts to remove carrier and phase offset by locking to the carrier signal.
| Note This VI returns only the demodulated bit stream. Use the MT Demodulate CPM VI to acquire the time-aligned demodulated waveform, the demodulated bit stream, and measurement results obtained during demodulation. |
| Note This VI assumes that the sample rate of the input complex waveform is exactly samples per symbol × the symbol rate. If this relationship does not apply to your application, use the MT Resample (Complex Cluster) VI to resample the waveform to the desired sample rate. |

|
input complex waveform specifies the CPM-modulated complex baseband waveform data.
|
|||||||||||
|
CPM system parameters specifies parameter values defining the CPM system. Wire the CPM system parameters cluster from the CPM (M) or CPM (Map) instance of the MT Generate System Parameters VI to this cluster. Do not alter the values.
|
|||||||||||
|
matched filter coefficients specifies an ordered array containing the desired matched filter coefficients. Wire the matched filter coefficients parameter of the MT Generate Filter Coefficients VI to this parameter. When generating the filter coefficients, ensure that the value of the matched samples per symbol parameter of the MT Generate Filter Coefficients VI is equal to the value of the samples per symbol element of the CPM system parameters parameter in this VI.
|
|||||||||||
|
synchronization parameters specifies parameter values describing the synchronization sequence and the range of bits over which to search for the sequence. Wire the CPM synchronization parameters cluster returned by the CPM bit array or number array instances of the MT Generate Synchronization Parameters VI to this cluster.
|
|||||||||||
|
reset? (T) specifies an ordered array containing the desired pulse-shaping coefficients. This parameter is used internally to reproduce the ideal waveform for making measurements. Wire the pulse shaping filter coefficients parameter of the MT Generate Filter Coefficients VI to this parameter. When generating the filter coefficients, ensure that the value of the pulse shaping samples per symbol parameter of the MT Generate Filter Coefficients VI is equal to the value of the samples per symbol element of the CPM system parameters cluster. |
|||||||||||
|
flush buffers? forces out samples from the input complex waveform that are delayed due to the FIR filters used in the demodulation algorithm. Set this parameter to TRUE during single-shot operations and during the last iteration of continuous operations. The default is FALSE.
|
|||||||||||
|
error in (no error) can accept error information wired from previously called VIs. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs. Right-click the front panel error in control and select Explain Error or Explain Warning from the shortcut menu for more information about the error.
|
|||||||||||
|
output bit stream returns the demodulated information bit stream.
|
|||||||||||
|
sync found index returns the symbol index within the input complex waveform where the peak correlation to the sync sequence was found. If no sync sequence is specified in the synchronization parameters cluster, this parameter returns the offset from the start of the input complex waveform to the first complete symbol. |
|||||||||||
|
error out passes error or warning information out of a VI to be used by other VIs. Right-click the front panel error out indicator and select Explain Error or Explain Warning from the shortcut menu for more information about the error.
|
Details
NI recommends using some form of pulse shaping on continuous-phase CPM-modulated signals to optimize demodulator performance. Demodulator performance under these conditions can also be improved by increasing the number of samples per symbol, but you can achieve better performance by using some form of pulse shaping.
| Note This VI assumes that the input data sample rate is an integer multiple of the symbol rate. The integer multiple must match the value of the samples per symbol element of the CPM system parameters. |