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