The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

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