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.

關於 MSP430G2433 ADC10 分辨率與量化方式的問題

Other Parts Discussed in Thread: MSP430G2433

一般 A/D 的量化方式有舍尾取整和四捨五入兩種。

舍尾取整:如果輸入電壓 Vi 在兩個量化值之間,即(n-1)Δ <  Vi < n Δ 時,取 Vi的量化值為 (n-1)Δ。

四捨五入:當 Vi 的尾數不足 Δ/2 時,捨去尾數取整數,當 Vi 尾數大於或等於 Δ/2 時,則其量化單位在原數加一個 Δ。

想請問一下各位前輩,MSP4G2433 ADC10 量化的方式是以上的那種方式?

例如,ADC10 的參考電壓為 3.0 V,則理論分辨率約為 3 mV,如輸入一個為 4.5 mV 的電壓,請問此時 ADC10 的數值是 1 或 2 ?

非常感謝!