资源简介
it is a code for outage probability of noma
代码片段和文件信息
close all;
clear all;
mod = comm.QPSKModulator(‘PhaseOffset‘0.7584);
phNoise = comm.PhaseNoise(‘Level‘-55‘FrequencyOffset‘20‘SampleRate‘1000);
d = randi([0 3]10001);
x = mod(d);
y = phNoise(x);
Con = comm.ConstellationDiagram;
Con(y);
figure
plot(y‘-o‘‘MarkerIndices‘1:5:length(y));
hold on
xlabel(‘In-phase amplitude‘)
ylabel(‘Quadrature amplitude‘)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 251771 2018-07-03 23:40 Outage Probability ..noma.pdf
文件 383 2018-08-11 18:00 qpsk.m
----------- --------- ---------- ----- ----
252154 2
评论
共有 条评论