% Create the FM demodulation of the signal x with carrier frequency fs. Where x is sample at frequency fs.
SYNOPSIS
function m = fmdemod(s,fc,fs)
DESCRIPTION
% -*- texinfo -*-
% @deftypefn {Function File} fmdemod (@var{x},@var{fc},@var{fs})
% Create the FM demodulation of the signal x with carrier frequency fs. Where x is sample at frequency fs.
% @seealso{ammod,amdemod,fmmod}
% @end deftypefn