Gain Resolution after delta-sigma (ΔΣ) analog-to-digital converter (ADC)

adcdigital filteroversamplingresolutionsignal processing

Is it possible (effective) to do oversampling and apply extra Moving Average Filter with a delta-sigma (ΔΣ) analog-to-digital converter (ADC)?

More detailed: The ADC (ADS1258) I chose has an effective resolution of 19.5 Bit at a sampling rate of 23.7kSPS/Channel. I need that high sampling rate for a feedback; however the final output can be at data rate of 500 to 1k Hz and must have more effective Bits (22 – 24 Bit).

I know that the ADC applies internally 5 cascaded windowed moving average filters which make it very inefficient to gain further resolution Bits (The noise is than correlated). But then there is the down sampling applied at the end of the ADC.

Best Answer

If I read your question correctly you can decimate after your ADC and get resolution gains (as you can do with any ADC). For each additional bit of resolution to be gained, you decimate/average 4 samples so, 23.7k divided by 4 gets a decimated rate of 5.925k and the resolution increases from 19.5 bits to 20.5 bits.

Decimate by 4 again and you get a sample rate of 1.48125k and a resolution of 21.5 bits. The extra half bit of resolution can come from decimating by a further 2:1.

Here is an Atmel document that explains it and I hope I haven't misunderstood your question.