DSPRelated.com
Forums

Re: Dither audio signal to 24 bits

Started by Jon Harris July 22, 2004
"JeffS87" <jeffs87@aol.com> wrote in message
news:20040722202627.19313.00002389@mb-m04.aol.com...
> >When IEEE floating-point to signed fixed-point, >floating point gives you >= > >25-bits, so "essentially", yes. > > http://research.microsoft.com/%7Ehollasch/cgindex/coding/ieeefloat.html > > If the mantissa is 23 bits, how can it be >= 25 bits? > > Jeff
The "hidden bit" (which I didn't see mentioned in the site above) gets you 1 bit, plus I include the sign bit as a mantissa bit. This is justified because it 24-bit signed fixed point, the sign bit is included as part of the mantissa. The >= comes because you get 25 bits of resolution regardless of the level of the signal, as opposed to fixed point where the lower level the signal, the fewer bits you use.