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