MT Apply Pulse Shaping Filter (FSK)
- Updated2023-02-17
- 4 minute(s) read
MT Apply Pulse Shaping Filter (FSK)
Applies a pulse-shaping filter to an input stream comprised of FSK-modulated symbols. The node performs filtering using the specified pulse shaping filter coefficients followed by accumulation on the phase of the information symbols to generate the oversampled FSK-modulated complex baseband waveform. This process is the digital equivalent of continuous-time analog frequency modulation.
This node first upsamples (zero-insertion) the symbols array by a factor equal to the samples per symbol value, then filters the symbols stream with the pulse-shaping filter that you specify.
Inputs/Outputs

symbols
Array of symbols (comprised of frequency deviations) corresponding to information bits. Wire the symbols parameter of MT Map Bits to Symbols to this parameter.

pulse shaping filter coefficients
An ordered array containing sample-spaced coefficients for the desired pulse-shaping filter. Wire the pulse shaping filter coefficients parameter of MT Generate Filter Coefficients to this parameter. Ensure that the value of the samples per symbol parameter passed to this node matches the pulse shaping samples per symbol value used to generate the filter coefficients.

samples per symbol
Number of samples per information symbol in the output complex waveform. Multiply this value by the symbol rate to determine the system sample rate.
Default value: 16

symbol rate
The symbol rate in symbols per second.
Default value: 1.0

error in
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Default value: No error

symbol phase continuity
Continuity of phase transitions between symbols.
| continuous |
Continuous phase transitions between symbols. |
| discontinuous |
Discontinuous phase transitions between symbols, that is, discontinuous phase FSK (DPFSK). With discontinuous phase-FSK (DPFSK), modulation consists of selecting the appropriate sinusoid based on the input data. Thus, when switching between symbols, there is a discontinuity in the FSK signal phase. To emulate a hardware-based DPFSK source, this node maintains the phase of each independent sinusoid versus time. Thus, the DPFSK modulator acts like a hardware-based (multiple switched tone generator) FSK modulator. |
Default value: continuous

reset?
A Boolean that determines whether the node continues pulse-shape filtering using the previous iteration states.
| TRUE | Resets the pulse-shape filtering. |
| FALSE | Continues pulse shaping at the previous iteration state on subsequent calls. |
Default value: TRUE

output phase waveform
The output pulse-shaped continuous-time phase waveform.

t0
Trigger (start) time of the Y array.
Default value: 0

dt
Time interval between data points in the Y array. The reciprocal of this value is equal to the system sample rate.
Default value: 1.0

Y
The complex-valued signal-only baseband phase waveform.

error out
Error information.
The node produces this output according to standard error behavior.