Hi,
I would like to know how "oversampling" of an ADC channel increases its resolution.
Regards,
Naveen.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I would like to know how "oversampling" of an ADC channel increases its resolution.
Regards,
Naveen.
Over sample and average multiple samples to get more accuracy.
Suppose a signal required sampling at 1KHz; to increase 2 bits more accuracy, sample at 16KHz, sum every 16 samples and right shift 2 times (/4).
http://en.wikipedia.org/wiki/Oversampling
Cheers
Joy