Re: How do I scale a 9-b signed 2's complement data by 17/sqrt(21)?



On Tue, 30 May 2006 21:22:09 -0500, Greg Berchin
<76145.2455@xxxxxxxxxxxxxxx> wrote:

You can multiply by 15195 and then right-shift 12 bits, if you can
afford the real estate.

On second thought; that's overkill. You can multiply by 475 and
right-shift 7 bits, and still have better than 1 LSB accuracy.
.



Relevant Pages