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.

ADS1231: Noise Performance

Part Number: ADS1231


Hello,

My concern is Noise performance of ADS1231. The following image shows the Noise performance in tabular form. This table is table 1 from datasheet of ADS1231. In this table NOISE-FREE BITS is 6th column. This value of noise free bits includes the sign bit?

Regards,

Neel Madhav

  • Hello Neel,

    Yes, you are correct.  The ENOB (we call this Effective Resolution on newer devices) and Noise-Free Bits includes the sign bit.  Also, these noise numbers assume Vref=5V.  If operating at 3.3V, these number will be reduced by 0.6b.

    Regards,
    Keith Nicholas
    Precision ADC Applications

  • Hello Keith,

    I have just one concern. We are operating at 5V supply. For ADC raw count whether, we should consider ENOB bits or Noise free bits. We are using this for load cell application, and we want to increase resolution by adding more bits into ADC count. 

    Thank You.

    Regards,

    Neel Madhav

  • Hello Neel,

    Noise free bits simply means that the code is not changing with a steady load.  At 10sps, if you truncate the lower 7 bits (24-17), these bits will be constant and produce the same 17b code with a fixed DC input.  The ENOB (or effective resolution), the first 17b will  be constant and the next 3 bits will change from reading to reading.

    You can improve the Noise free bits (and the ENOB) by further filtering in your processor.  An averaging filter is a common approach.  Averaging will decrease the noise by 1/√n, where n is the number of samples averaged.

    PGA=128, Vref=5V

    Noise free bits n=4: 18.4b

    Noise free bits n=16: 19.4b

    Noise free bits n=64: 20.4b

    Regards,
    Keith