LogLimit:

Path: Common/Graphics

% Given a frequency vector, find the logarithm of the frequency
 limits that span the set.

 Since version 1.
--------------------------------------------------------------------------
   Form:
   [logWMin, logWMax] = LogLimit( wV )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   wV          Frequency vector

   -------
   Outputs
   -------
   logWMin     Log of the minimum frequency
   logWMax     Log of the maximum frequency

--------------------------------------------------------------------------

Back to the Common Module page