MATLAB 帮助中心
Hide scope window
hide(scope)
hide(scope) hides the window of the System object™ scope.
scope
example
collapse all
Create a comm.ConstellationDiagram object.
comm.ConstellationDiagram
scope = comm.ConstellationDiagram;
Hide the constellation diagram scope window.
if(isVisible(scope)) hide(scope) end
Show the constellation diagram scope window.
if(~isVisible(scope)) show(scope) end
Hide the constellation diagram scope window again.
Generate a 16-QAM reference constellation and a signal to display.
M = 16; xRef = (0:M-1)'; refConst = qammod(xRef,M); signal = randi([0 M-1],1000,1);
Create a constellation diagram System object™, specifying the constellation reference points and axes limits using name-value pairs.
scope = comm.ConstellationDiagram(ReferenceConstellation=refConst, ... AxesLimits=[-4 4]);
Modulate the random data signal using QAM. Add Gaussian white noise to the QAM symbols. Display the QAM symbols and noisy symbols with the constellation diagram object.
sym = qammod(signal,M); rcv = awgn(sym,20,'measured'); scope([sym rcv]);
Clear the workspace variables.
clear scope sym rcv M refConst signal xRef
Scope System object, specified as a comm.ConstellationDiagram System object.
Example: scope = comm.ConstellationDiagram;
Introduced in R2013a
isVisible
show
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
选择网站
选择网站以获取翻译的可用内容,以及查看当地活动和优惠。根据您的位置,我们建议您选择:。
您也可以从以下列表中选择网站:
如何获得最佳网站性能
选择中国网站(中文或英文)以获得最佳网站性能。其他 MathWorks 国家/地区网站并未针对您所在位置的访问进行优化。
美洲
欧洲
亚太
联系您当地的办事处