noise2meas
Noise component of model
Syntax
noise_model =
noise2meas(sys)
noise_model =
noise2meas(sys,noise)
Description
returns the noise component, noise_model
=
noise2meas(sys
)noise_model
, of a linear identified
model, sys
. Use noise2meas
to convert a
time-series model (no inputs) to an input/output model. The converted model can be used
for linear analysis, including viewing pole/zero maps, and plotting the step
response.
specifies the noise variance normalization method.noise_model
=
noise2meas(sys
,noise
)
Input Arguments
|
Identified linear model. |
|
Noise variance normalization method, specified as one of the following values:
Default: |
Output Arguments
|
Noise component of
G is the transfer function between the measured input, u(t), and the output, y(t). H is the noise model and describes the effect of the disturbance, e(t), on the model’s response. An equivalent state-space representation of v(t) is white noise with independent
channels and unit variances. The white-noise signal
e(t) represents the model’s
innovations and has variance
LLT. The noise-variance
data is stored using the
The model type of
To obtain the model coefficients of |
Examples
Version History
Introduced in R2012a