comm.CPFSKDemodulator
Demodulate using CPFSK method and Viterbi algorithm
Description
The comm.CPFSKDemodulator
System object™ demodulates a signal that was modulated using the continuous phase frequency
shift keying (CPFSK) method. The input is a baseband representation of the modulated signal.
For more information about the demodulation and filtering applied, see Algorithms.
To demodulate a signal that was modulated using the CPFSK method:
Create the
comm.CPFSKDemodulatorobject and set its properties.Call the object with arguments, as if it were a function.
To learn more about how System objects work, see What Are System Objects?
Creation
Syntax
Description
creates a demodulator System object to demodulate input CPFSK-modulated signals using the Viterbi
algorithm.cpfskDemod=comm.CPFSKDemodulator
sets properties using one or more name-value arguments. For example,
cpfskDemod=comm.CPFSKDemodulator(Name=Value)comm.CPFSKDemodulator(InitialPhaseOffset=pi/4,TracebackDepth=25),
configures the object with an initial phase offset of pi/4 radians and
a Viterbi algorithm traceback depth of 25.
sets the cpfskDemodcomm.CPFSKDemodulator(M,Name=Value)ModulationOrder property to
M and optional name-value arguments.
Properties
Usage
Syntax
Input Arguments
Output Arguments
Object Functions
To use an object function, specify the
System object as the first input argument. For
example, to release system resources of a System object named obj, use
this syntax:
release(obj)
Examples
More About
Algorithms
References
[1] Anderson, John B., Tor Aulin, and Carl-Erik Sundberg. Digital Phase Modulation. New York: Plenum Press, 1986.