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