用c语言编译
你可以去百度如何在c++中嵌入MATLABE语句,跟着作就好了
这样子根本就无法看清楚啊,
拍清楚一些。。。怎么感觉像是Matlab?
图片中是matlab语句
可以看清楚吗????
这个图片可以吗???
为什么不用截图,这怎么可能看的清。hao gan ga.
这个图片看不清楚??
%% Phase Noise on QPSK Signal
%%
% Create a QPSK modulator object and a phase noise object.
qpskModulator = comm.QPSKModulator
phNoise = comm.PhaseNoise('Level',-55,'FrequencyOffset',20,'SampleRate',10);
%%
% Generate random QPSK data. Pass the signal through the phase noise
% object.
d = randi(1,10,1)
x = qpskModulator(d)
y = phNoise(x)
%%
% Display the constellation diagram of the QPSK signal. The phase noise has
% introduced a rotational distortion on the constellation diagram.
constDiagram = comm.ConstellationDiagram
constDiagram(y)
就是这个语句怎么 用C++编译
要用C++语言写出上面这个?