Sharath Raju
Junior Member

Offline
Posts: 15
|
By definition, the DNL is not defined for the first and the last codes. Therefore, an 8-bit ADC will have DNL values only for ADC codes 1 through 254. (dropping the 0th and the 255th code.)
Then INL can be shown to be the cumulative sum of the DNL. i.e,
INL(code1) = DNL(code1) INL(code2) = DNL(code2) + DNL(code1), and so on.
Note INL(code0) is undefined, and INL(255th code) = 0.
|