Function File: m = fmdemod (s, fc, fs)

Creates the FM demodulation of the signal s sampled at frequency fs with carrier frequency fc.

Inputs:

  • s: FM modulated signal
  • fc: carrier frequency
  • fs: sampling frequency

Output:

  • m: FM demodulation of the signal

See also: ammod, amdemod, fmmod.

Package: communications