calfrq — frequency response discretization
[frq,bnds,split]=calfrq(h,fmin,fmax)
Linear system in state space or transfer representation
(see syslin)
real scalars (min and max frequencies in Hz)
row vector (discretization of the frequency interval)
vector [Rmin Rmax Imin Imax] where
Rmin and Rmax are the lower
and upper bounds of the frequency response real part,
Imin and Imax are the lower
and upper bounds of the frequency response imaginary part,
vector of frq splitting points indexes
frequency response discretization; frq is the
discretization of [fmin,fmax] such that the peaks in
the frequency response are well represented.
Singularities are located between frq(split(k)-1)
and frq(split(k)) for k>1.