• 大小: 843B
    文件类型: .m
    金币: 1
    下载: 0 次
    发布日期: 2021-06-08
  • 语言: Matlab
  • 标签: 32QAM  

资源简介

无线通信技术的32QAM调制Matlab源代码,包括高斯复噪声信号的产生

资源截图

代码片段和文件信息



%NOTE!!!: The code comefrom the Maltab Help qammod
%Constellation for 32-QAM.   The code below plots a QAM constellation having 32 points and a peak power of 1 watt.
%The example also illustrates how to label the plot with the numbers that form the input to the modulator
M = 32;
x = [0:(M-1)];
% MODULATION
y = qammod(xM);
scale = modnorm(y‘peakpow‘1);
y = scale*y; % Scale the constellation.
scatterplot

评论

共有 条评论