最新のリリースでは、このページがまだ翻訳されていません。 このページの最新版は英語でご覧になれます。
データからモデルのパラメーターを推定するときに、信頼領域内で正確であるノミナル値が得られます。この領域のサイズは、推定時に計算されたパラメーターの不確かさの値によって決定されます。不確かさの大きさにより、モデルの信頼性の測定が与えられます。時間領域および周波数領域におけるモデル応答に対するパラメーターの不確かさの影響を計算し可視化できます。
present | Display model information, including estimated uncertainty |
simsd | Simulate linear models with uncertainty using Monte Carlo method |
freqresp | グリッド上の周波数応答 |
rsample | Random sampling of linear identified systems |
showConfidence | Display confidence regions on response plots for identified models |
getcov | Parameter covariance of identified model |
setcov | Set parameter covariance data in identified model |
translatecov | Translate parameter covariance across model transformation operations |
step | 動的システムのステップ応答プロット、ステップ応答データ |
stepplot | ステップ応答をプロットし、プロット ハンドルを返す |
impulse | 動的システムのインパルス応答プロット、インパルス応答データ |
bode | 周波数応答、またはゲインと位相データのボード線図 |
bodemag | 周波数応答のゲインのみのボード線図 |
nyquist | 周波数応答のナイキスト線図 |
nyquistplot | 追加のプロット カスタマイズ オプションをもつナイキスト線図 |
iopzmap | モデルの I/O 組に対する極-零点配置図をプロット |
iopzplot | LTI モデルの I/O 組に対する極-零点配置図をプロットしてプロット ハンドルを返す |
simsdOptions | Option set for simsd |
Plot Impulse and Step Response Using the System Identification App
To create a transient analysis plot in the System Identification app, select the Transient resp check box in the Model Views area. For general information about creating and working with plots, see Working with Plots.
Plot Bode Plots Using the System Identification App
To create a frequency-response plot for linear models in the System Identification app, select the Frequency resp check box in the Model Views area. For general information about creating and working with plots, see Working with Plots.
Plot the Noise Spectrum Using the System Identification App
To create a noise spectrum plot for parametric linear models in the app, select the Noise spectrum check box in the Model Views area. For general information about creating and working with plots, see Working with Plots.
Plot the Noise Spectrum at the Command Line
To plot the disturbance spectrum of an input-output model or
the output spectrum of a time series model, use spectrum
. To customize such plots, or
to turn on the confidence region view programmatically for such plots,
use spectrumplot
instead.
Model Poles and Zeros Using the System Identification App
To create a pole-zero plot for parametric linear models in the System Identification app, select the Zeros and poles check box in the Model Views area. For general information about creating and working with plots, see Working with Plots.
Compute model parameter uncertainty of linear models.