discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Any fast algorithm for computing square root?


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Any fast algorithm for computing square root?
Date: Mon, 23 Oct 2006 10:07:06 -0700
User-agent: Mutt/1.5.9i

On Wed, Oct 18, 2006 at 03:51:23PM -0400, Dawei Shen wrote:
> Hey guys
> 
> A question not quite related to GNU Radio. Does there exist any fast
> algorithm for computing the square root of a float number? In my algorithm,
> I need to compute the square root of a float number which ranges between 0
> and 1.
> 
> Thanks
> Dawei

Table lookup with interpolation works well, particularly with this
bounded range.

Eric




reply via email to

[Prev in Thread] Current Thread [Next in Thread]