How do I scale a 9-b signed 2's complement data by 17/sqrt(21)?
- From: "Mr. Ken" <Mr. Ken@asdf>
- Date: Wed, 31 May 2006 09:04:36 +0800
My task is to scale up a 9-bit data by 17/sqrt(21) (= 3.7097), with the
best precision possible. Without considering clipping and range issues, I
am using multiplication by 59/16, which gives 0.599% error. What better
approach can I use?
I am going to implement the calculation in ASIC, thus less complexity is
what I am expecting.
.
- Follow-Ups:
- Re: How do I scale a 9-b signed 2's complement data by 17/sqrt(21)?
- From: Tim Wescott
- Re: How do I scale a 9-b signed 2's complement data by 17/sqrt(21)?
- From: Greg Berchin
- Re: How do I scale a 9-b signed 2's complement data by 17/sqrt(21)?
- Prev by Date: Re: Weekend Puzzle
- Next by Date: Re: How do I scale a 9-b signed 2's complement data by 17/sqrt(21)?
- Previous by thread: Type fixed piont
- Next by thread: Re: How do I scale a 9-b signed 2's complement data by 17/sqrt(21)?
- Index(es):
Relevant Pages
|
|