Main Content
pmdemod
Phase demodulation
Syntax
z = pmdemod(y,Fc,Fs,phasedev)
z = pmdemod(y,Fc,Fs,phasedev,ini_phase)
Description
z = pmdemod(y,Fc,Fs,phasedev)
demodulates
the phase-modulated signal y
at the carrier frequency Fc
(hertz). z
and
the carrier signal have sampling rate Fs
(hertz),
where Fs
must be at least 2*Fc
.
The phasedev
argument is the phase deviation of
the modulated signal, in radians.
z = pmdemod(y,Fc,Fs,phasedev,ini_phase)
specifies
the initial phase of the modulated signal, in radians.
Examples
Version History
Introduced before R2006a