WReson:

-------------------------------------------------------------------------------
   Creates a frequency vector with points around resonances
   specified in the vector w. Only complex values of w will
   be used and those with negative imaginary parts will be
   ignored. Thus you can enter the output of eig as an input
   to this function.
-------------------------------------------------------------------------------
   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