I have a question regarding the clock frequency of the ADS131:
We will use ‘High resolution mode’ and the maximum oversampling rate (16384) because that gives the best quality results.
We only need to collect one reading per second.
Is there any difference in terms of accuracy or noise between :
- Using an 8MHz clock, getting 250 samples per second and averaging those 250 samples
- Using a 0.3MHz clock, getting 9 samples per second and averaging those 9 samples
- (or anything in between)
Obviously with larger number of samples we can do a more sophisticated averaging technique in our firmware such as median filtering, but assuming we just do a simple average – do we gain any benefit in terms of noise or accuracy by running at the higher clock frequency?
I know we can potentially get more effective bits of resolution by averaging more samples but anything over 16 bits is more than adequate for us anyway.
Best regards