how does AWGN and 16qam mod demod m file code look like ?
2 次查看(过去 30 天)
显示 更早的评论
here i attach my progress work to create m file.but a few i dont know how to complete this. i want to perform a constellation diagram for 16qam modulation http://www.mediafire.com/?36t505ivp5tdcsl
tq for any one who can help me..
0 个评论
回答(1 个)
jessica david
2011-3-19
M = 16; % Size of alphabet x = randint(1000,1,M); % Random signal
y = qammod(x,M);
X=awgn(y,10);%add Gaussian noise
%scatterplot(X);%plot constellation diagram
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 QAM 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!