WReson:
--------------------------------------------------------------------------
Creates a frequency vector with points around resonances.
The resonances are specified in the vector w.
Only complex values of w will be used.
Those with negative imaginary parts will be
ignored. Thus you can enter the output of eig as an input
to this function.
Since version 1.
--------------------------------------------------------------------------
Form:
wV = WReson( lmin, lmax, n, w )
--------------------------------------------------------------------------
------
Inputs
------
lmin Log of minimum frequency
lmax Log of maximum frequency
n Number of logarithmically spaced points
w Resonances (complex)
-------
Outputs
-------
wV Frequency vector
--------------------------------------------------------------------------
Children:
Common: Control/S2Damp