LogLimit:
--------------------------------------------------------------------------
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
--------------------------------------------------------------------------