Main Content
fmdemod
Frequency demodulation
Description
returns a demodulated signal z
= fmdemod(y
,Fc
,Fs
,freqdev
)z
, given the input frequency modulated
(FM) signal y
, where the carrier signal has frequency
Fc
and sampling rate Fs
.
freqdev
is the frequency deviation of the modulated signal.
Note
The value of
Fs
must satisfyFs
≥ 2Fc
.The value of
freqdev
must satisfyfreqdev
<Fc
.
Examples
Input Arguments
Output Arguments
Version History
Introduced before R2006a