Re: Vector Rotation
- From: Carlos Moreno <moreno_at_mochima_dot_com@xxxxxxxxxxxxxx>
- Date: Tue, 28 Feb 2006 08:59:07 -0500
Clay S. Turner wrote:
Hello Carlos,
One of the standard tricks in hardware is to have a fixed number of iterations. This is so the algo can be pipelined. So using the constraint of a fixed number of iterations is how I arrived at a region of convergence that gets smaller for x small. The region is determined as the domain of the seed so that after the fixed number of iterations the result is within a prespecified epsilon of the true answer. The algo that pairs bits and uses trial subtractions, will produce a known precision given a priori known number of iterations. In this algo, the square root is the same order of complexity as a division.
Gotcha!
Thanks for the clarification!
Carlos
--
.
- References:
- Vector Rotation
- From: Greg Berchin
- Re: Vector Rotation
- From: Carlos Moreno
- Re: Vector Rotation
- From: Greg Berchin
- Re: Vector Rotation
- From: Carlos Moreno
- Re: Vector Rotation
- From: Clay S. Turner
- Re: Vector Rotation
- From: Carlos Moreno
- Re: Vector Rotation
- From: Clay S. Turner
- Vector Rotation
- Prev by Date: Re: Vector Rotation
- Next by Date: Re: Channel modelling
- Previous by thread: Re: Vector Rotation
- Next by thread: Re: Vector Rotation
- Index(es):
Relevant Pages
|