Delta Sigma Converters: Resolution

adcresolutionsignal

This question is in reference to my earlier question:
Resolution gain in Delta-Sigma Converters
What I understand
From the answers I inferred that we need the input to have some amount of noise (to randomize the signal), so that averaging can improve the resolution of the signal. This noise dithering is done by the DS loop in DS ADC. If we use second order ADC instead of first order we are adding more noise so we increase the resolution better than the first order.
But I also read that statistically the uncertainty improvement that can be done by averaging, if the data is completely random is sigma/sqrt(n), where sigma is the standard deviation of the individual measurement and n is the number of samples we are averaging.
So averaging four samples, for instance, would give me an extra 1 bit accuracy as the uncertainty would be halved.
Question
Is the above understanding correct? By increasing the order are we trying to reach this maximum uncertainty improvement limit by trying to randomize the data better, thus, for instance, 1 extra bit if we are using averaging of 4 samples? In other words, is 1 bit increment in the resolution the maximum that can be achieved by averaging 4 samples for any kind of ADC be it normal Averaging ADC or DS ADC?

Best Answer

The number of effective bits calculated as follows ENOB = (SNR - 1.76) / 6.02 (this is my reference). So in the delta sigma converters where are able to change to SNR by means of noise shaping, filtering and decimation. The plot below taken from Analog devices app note MT-022 show SNR as a function of the number of samples of 1st, 2nd and 3rd, order sigma delta loops.

enter image description here