% Create the QAM modulation of x with a size of alphabet m.
SYNOPSIS
function y = qammod(x,m)
DESCRIPTION
% -*- texinfo -*-
% @deftypefn {Function File} qammod (@var{x},@var{m})
% Create the QAM modulation of x with a size of alphabet m.
% @seealso{qamdemod,pskmod,pskdemod}
% @end deftypefn