불확실성 분석
데이터에서 모델 파라미터를 추정하면 신뢰영역 내에서의 정확한 공칭 값을 얻게 됩니다. 이 영역의 크기는 추정 중에 계산된 파라미터 불확실성의 값에 의해 결정됩니다. 불확실성의 크기는 모델 신뢰성의 척도를 제공합니다. 파라미터 불확실성이 모델 응답에 미치는 영향을 시간 영역과 주파수 영역에서 계산하고 시각화할 수 있습니다.
함수
present | Display model information, including estimated uncertainty |
simsd | Simulate linear models with uncertainty using Monte Carlo method |
freqresp | Evaluate system response over a grid of frequencies |
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 | Step response of dynamic system |
stepplot | 추가적인 플롯 사용자 지정 옵션으로 계단 응답 플로팅 |
impulse | Impulse response plot of dynamic system; impulse response data |
bode | 주파수 응답, 또는 크기 및 위상 데이터의 보드 플롯 |
bodemag | 주파수 응답의 크기 전용 보드 플롯 |
nyquist | 주파수 응답의 나이퀴스트 플롯 |
nyquistplot | 추가적인 플롯 사용자 지정 옵션을 사용한 나이퀴스트 플롯 |
iopzmap | 모델의 I/O 쌍에 대한 극점-영점 맵 플로팅 |
iopzplot | 추가적인 플롯 사용자 지정 옵션으로 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.
- 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.
- 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.
- 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
. - 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.
개념
- Compute Model Uncertainty
Compute model parameter uncertainty of linear models.