randpert 327
randpertSyntax
[pert] = randpert(blk, {sys,sfreq,complex,pnorm})
Parameter Li st
Inputs: blk block structure (refer to mu function documentation).
(matrix)
Keywords: sys Boolean. Specifies that per t is a dynamic system. Default
= !sys, i.e. pert is a matrix.
sfreq Scalar valued. If a dynamic system is specified, sfreq is the
frequency withsignificant phase. Units areHertz. Default
=1.0.
complex Boolean. Specifies that p ert is complex valued. Default =
1.
pnorm Scalar valued. Specifies the norm of the resulting system.
Default = 1.
Outputs: pert Constructed perturbation
Description
Creates a perturbation of the structure specified by blk. By default this is a complex
valuedmatrix. The sys keyword will create an allpass Dynamic System.sfreq is used
to specify a frequency (in Hertz) where there is significant phase in the system.
This function is used to construct random perturbations, the effects of which can be
studied by simulation. Dynamic perturbations are appropriate for simulating the effects
of unmodeled dynamics. In such cases, the crossover frequency, or a frequency where mu
is large, are good choices.