[SciPy-User] frequency components of a signal buried in a noisy time domain signal
Charles R Harris
charlesr.harris at gmail.com
Sat Feb 27 16:47:09 EST 2010
On Sat, Feb 27, 2010 at 2:38 PM, <josef.pktd at gmail.com> wrote:
> On Sat, Feb 27, 2010 at 4:14 PM, Ivo Maljevic <ivo.maljevic at gmail.com>
> wrote:
> > -1
> >
> > Which brings up the question: is nextpow2(.5) 0 or -1?
> >
>
> frexp has a discontinuity at zero, same as matlab
> (or is this a computer science definition)
>
> matlab:
> >> nextpow2(0.5)
> ans =
> -1
> >> nextpow2(0.25)
> ans =
> -2
> >>
> >> nextpow2(0.125)
> ans =
> -3
> >> nextpow2(1e-300)
> ans =
> -996
> >> nextpow2(0)
> ans =
> 0
>
>
Yeah, zero is special, I was thinking -inf, but it's not an integer.
Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20100227/30618b10/attachment.html>
More information about the SciPy-User
mailing list