MT Demodulate PSK VI
Demodulates a PSK-modulated complex baseband waveform and returns the time-aligned oversampled complex waveform, the demodulated bit stream, and measurement results obtained during demodulation. This VI attempts to remove carrier and phase offset by locking to the carrier signal.
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. |
Note Matched filtering and/or waveform realignment performed during symbol timing recovery may lead to the apparent loss of bits. Refer to Filter Delay for more information about this effect. You can use the MT Detect PSK VI if your application requires only the demodulated bit stream output and not the recovered complex waveform or measurements. |
input complex waveform specifies the PSK-modulated complex baseband waveform data.
|
|||||||||||||||||||||
PSK system parameters specifies parameter values defining the PSK system. Wire the PSK system parameters cluster of the PSK (M) or PSK (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 PSK system parameters cluster passed to this VI.
|
|||||||||||||||||||||
synchronization parameters specifies parameter values describing the synchronization sequence and the range of bits over which to search for this sequence. Wire the PSK synchronization parameters cluster returned by the PSK bit array or number array instances of the MT Generate Synchronization Parameters VI to this cluster.
|
|||||||||||||||||||||
pulse shaping filter coefficients specifies an ordered array containing the desired pulse shaping coefficients. This parameter is used internally to remodulate the bit stream to calculate 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 PSK system parameters cluster passed to this VI. |
|||||||||||||||||||||
reset? specifies whether the VI continues demodulating using the previous iteration states. reset? must be TRUE whenever you want to restart the demodulator. The VI resets on the first call and when reset? is set to TRUE. Set reset? to FALSE if the input complex waveform is contiguous with the input complex waveform from the previous iteration of this VI. The default is TRUE. |
|||||||||||||||||||||
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.
|
|||||||||||||||||||||
recovered complex waveform returns the time-aligned and oversampled complex waveform data after matched filtering, frequency offset correction, and phase offset correction. The frequency offset and phase offset corrections are scalar values applied to the entire block.
|
|||||||||||||||||||||
output bit stream returns the demodulated information bit stream.
|
|||||||||||||||||||||
measurements returns the results of measurements performed by the PSK demodulator.
|
|||||||||||||||||||||
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
Note Offset PSK mode is only supported for 4-PSK (OQPSK), and setting psk type to offset requires some form of band-limiting filtration. Raised cosine and root-raised cosine are the only valid filter types for OQPSK demodulation. Demodulator locking performance degrades with alpha values <0.3 in the raised cosine or root-raised cosine filter design. Set the PSK type parameter to offset in the PSK (M) or PSK (Map) instance of MT Generate System Parameters to access this mode. |
Successful Locking
Successful locking depends on many factors, including signal quality, modulation type, filtering parameters, and acquisition size. Locking also requires a fairly uniform distribution of symbols in the signal. The demodulator lock rate increases (and failures decrease) as the number of symbols demodulated increases. In general, you can expect to achieve a better than 95% lock when demodulating 10 × M number of symbols, where M is 2bits per symbol.