??? 10/22/07 07:54 Read: times |
#145988 - Don't forget proper rounding. Responding to: ???'s previous message |
Simply truncating a couple of LSBs might reduce the probability of a "flickering" LSB, but makes the error in the case where it occurs larger. Proper rounding instead of simple truncation can reduce the error. You'll still end up with an unstable LSB once in a while, though, and in this worst case the peak-to-peak amplitude of your error will be 2^(number of bits truncated) higher. |