このページの翻訳は最新ではありません。ここをクリックして、英語の最新版を参照してください。
plot
説明
例
増幅器モデルの出力応答をプロットする
さまざまなモデル メソッドの増幅器出力パワーと位相応答をプロットします。
各非線形モデリング手法に対する無記憶非線形性損失 System object™ を作成します。
ampCubicPoly= comm.MemorylessNonlinearity('Method','Cubic polynomial'); ampHyperbolic = comm.MemorylessNonlinearity('Method','Hyperbolic tangent'); ampGhorbani = comm.MemorylessNonlinearity('Method','Ghorbani model'); ampSaleh = comm.MemorylessNonlinearity('Method','Saleh model'); ampModRapp = comm.MemorylessNonlinearity('Method','Modified Rapp model'); ampLookupTable = comm.MemorylessNonlinearity('Method','Lookup table','ReferenceImpedance',50);
comm.MemorylessNonlinearity
System object のオブジェクト関数plot
を使用して、各増幅器モデルの出力パワーと位相の応答曲線を表示します。
plot(ampCubicPoly);
plot(ampHyperbolic);
plot(ampSaleh);
plot(ampLookupTable);
plot(ampGhorbani);
plot(ampModRapp);
入力引数
mnl
— 無記憶非線形性
comm.Memoryless Nonlinearity
System object™
無記憶非線形性。comm.MemorylessNonlinearity
System object として指定します。
出力引数
バージョン履歴
R2021a で導入
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)