Re: How do I scale a 9-b signed 2's complement data by 17/sqrt(21)?
- From: Zara <yozara@xxxxxxxx>
- Date: Wed, 31 May 2006 08:23:58 +0200
On Wed, 31 May 2006 09:04:57 +0800, "Mr. Ken" <Mr. Ken@asdf> wrote:
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.
5316/1433
Error=0.0001133%
.
- Follow-Ups:
- References:
- Prev by Date: Re: How do I scale a 9-b signed 2's complement data by 17/sqrt(21)?
- Next by Date: Cardbus Power On Reset !!!!!!!!
- Previous by thread: Re: How do I scale a 9-b signed 2's complement data by 17/sqrt(21)?
- Next by thread: Re: How do I scale a 9-b signed 2's complement data by 17/sqrt(21)?
- Index(es):
Relevant Pages
|