Hello all,
I'm not huge in A2Ds and have some Qs about reducing noise.
OK, Signal to Quantization Noise Ratio is: SQNR = 20log10(2^n)
Where n is the number of A2D bits. So with a 12 bit A2D you will have about 72dB signal above quantization error (one least sig bit).
Now, what happens to the SQNR if you do some averaging? I think you get 3dB improvement per 8 over samples. Is that right?
And what happens if you right shift out the least sig bit (or two)? Do you just get a 11 bit A2D (with about 66dB SQNR) or do you actually get better SQNR.
How can you write code to make a firmware anti-aliasing filter?
Is it true that you still need an analog anti-aliasing filter even if you do it by code?
thanks george