Frequency demodulation
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.
The value of Fs
must satisfy Fs
≥
2Fc
.
The value of freqdev
must satisfy
freqdev
< Fc
.