isVisible
スコープ ウィンドウの可視性の決定
説明
例
スコープの表示/非表示
comm.ConstellationDiagram
オブジェクトを作成します。
scope = comm.ConstellationDiagram;
コンスタレーション ダイアグラム スコープ ウィンドウを非表示にします。
if(isVisible(scope)) hide(scope) end
コンスタレーション ダイアグラム スコープ ウィンドウを表示します。
if(~isVisible(scope)) show(scope) end
コンスタレーション ダイアグラム スコープ ウィンドウを再度非表示にします。
if(isVisible(scope)) hide(scope) end
コンスタレーション ダイアグラムの表示/非表示
表示する 16-QAM 基準コンスタレーションと信号を生成します。
M = 16; xRef = (0:M-1)'; refConst = qammod(xRef,M); signal = randi([0 M-1],1000,1);
名前と値のペアを使用してコンスタレーション基準点と座標軸の範囲を指定し、コンスタレーション ダイアグラム System object™ を作成します。
scope = comm.ConstellationDiagram('ReferenceConstellation',refConst, ... 'XLimits',[-4 4],'YLimits',[-4 4]);
QAM を使用してランダム データ信号を変調します。ガウス ホワイト ノイズを QAM シンボルに付加します。constellation diagram オブジェクトを使用して QAM シンボルとノイズを含むシンボルを表示します。
sym = qammod(signal,M);
rcv = awgn(sym,20,'measured');
scope([sym rcv]);
コンスタレーション ダイアグラム スコープ ウィンドウを非表示にします。
if(isVisible(scope)) hide(scope) end
コンスタレーション ダイアグラム スコープ ウィンドウを表示します。
if(~isVisible(scope)) show(scope) end
ワークスペース変数をクリアします。
clear scope sym rcv M refConst signal xRef
入力引数
scope
— スコープ System object
スコープ System object
スコープ System object。comm.ConstellationDiagram
または comm.EyeDiagram
System object として指定します。
例: scope = comm.ConstellationDiagram;
バージョン履歴
R2013a で導入
MATLAB コマンド
次の MATLAB コマンドに対応するリンクがクリックされました。
コマンドを MATLAB コマンド ウィンドウに入力して実行してください。Web ブラウザーは MATLAB コマンドをサポートしていません。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)