模拟集成电路分析与设计

一种4位sar adc工作过程推导(二)

2021-03-17  本文已影响0人  家琛的水笔

4位sar adc采用下图的CDAC,下面对其工作过程进行大致分析,这次4位sar adc与上一篇文章《一种4位sar adc工作过程推导》结构相同,最主要的是参考电压范围的变化,之前的文章两个参考电压分别是V_{refP}=V_{ref}V_{refN}=0,此次讨论参考电压的选取为一般情况下(V_{refP}>V_{refN}),没有设定V_{refN}=0这个条件,adc是否能够正常进行逐次比较。

4bit_adc_step4原理图.png

V_{cm}=\frac{V_{refP}-V_{refN}}{2}+V_{refN}V_{-}=V_{cm},假设\frac{11}{16}(V_{refP}-V_{refN})+V_{refN}<V_{in}<\frac{12}{16}(V_{refP}-V_{refN})+V_{refN}


分析过程:

step1:

4bit_adc_step1.png

\phi_{1}开关闭合,比较器同向端接Vin,反相端接Vcm,电容负端都接Vcm

电容上存储的电荷为\begin{aligned} &Q=(V_{in}-V_{cm})\cdot8C \end{aligned}

\begin{aligned}V_{+}-V_{-}&=V_{in}-V_{cm}\\&=V_{in}-[\frac{V_{refP}-V_{refN}}{2}+V_{refN}]\end{aligned}

第1次:V_{in}\frac{V_{refP}-V_{refN}}{2}+V_{refN}两者进行比较,则比较器输出为高电平,即最高位D3=1

step2:

4bit_adc_step2(二).png

首先将开关\phi_{1}断开,因为最高位D3=1,所以电容4C的负端接VrefN
根据电容上的电荷量相等,可得

\begin{aligned} &(V_{+}-V_{refN})\cdot4C+(V_{+}-V_{cm})\cdot4C=(V_{in}-V_{cm})\cdot8C \end{aligned}

\Rightarrow V_{+}=V_{in}-\frac{1}{2}V_{cm}+\frac{1}{2}V_{refN}


\begin{aligned} V_{+}-V_{cm}&=V_{in}-\frac{3}{2}V_{cm}+\frac{1}{2}V_{refN}\\ &=V_{in}-(\frac{3}{4}V_{refP}+\frac{1}{4}V_{refN})\\ &=V_{in}-[\frac{3}{4}(V_{refP}-V_{refN})+V_{refN}] \end{aligned}
第2次:V_{in}\frac{3}{4}(V_{refP}-V_{refN})+V_{refN}两者进行比较,则比较器输出为低电平,即次高位D2=0

step3:

4bit_adc_step3(二).png

因为次高位D2=0,所以电容2C的负端接VrefP;电容4C的负端保持接VrefN
根据电容上的电荷量相等,可得

\begin{aligned} &(V_{+}-V_{refN})\cdot4C+(V_{+}-V_{refP})\cdot2C+(V_{+}-V_{cm})\cdot2C=(V_{in}-V_{cm})\cdot8C \end{aligned}

\Rightarrow V_{+}=V_{in}-\frac{3}{4}V_{cm}+\frac{1}{2}V_{refN}+\frac{1}{4}V_{refP}


\begin{aligned} V_{+}-V_{cm}&=V_{in}-\frac{7}{4}V_{cm}+\frac{1}{2}V_{refN}+\frac{1}{4}V_{refP}\\ &=V_{in}-(\frac{5}{8}V_{refP}+\frac{3}{8}V_{refN})\\ &=V_{in}-[\frac{5}{8}(V_{refP}-V_{refN})+V_{refN}] \end{aligned}
第3次:V_{in}\frac{5}{8}(V_{refP}-V_{refN})+V_{refN}两者进行比较,则比较器输出为高电平,即次低位D1=1

step4:

4bit_adc_step4(二).png

因为次低位D1=1,所以电容C的负端接VrefN;电容2C的负端仍接VrefP,电容4C的负端保持接VrefN
根据电容上的电荷量相等,可得

\begin{aligned} &(V_{+}-V_{refN})\cdot5C+(V_{+}-V_{refP})\cdot2C+(V_{+}-V_{cm})\cdot C=(V_{in}-V_{cm})\cdot8C \end{aligned}

\Rightarrow V_{+}=V_{in}-\frac{7}{8}V_{cm}+\frac{5}{8}V_{refN}+\frac{1}{4}V_{refP}


\begin{aligned} V_{+}-V_{cm}&=V_{in}-\frac{15}{8}V_{cm}+\frac{5}{8}V_{refN}+\frac{1}{4}V_{refP}\\ &=V_{in}-(\frac{11}{16}V_{refP}+\frac{5}{16}V_{refN})\\ &=V_{in}-[\frac{11}{16}(V_{refP}-V_{refN})+V_{refN}] \end{aligned}
第4次:V_{in}\frac{11}{16}(V_{refP}-V_{refN})+V_{refN}两者进行比较,则比较器输出为高电平,即最低位D0=1

所以4位sar adc输出数字码为D3D2D1D0=1011


小结

通过对这种sar adc电路参考电压取值的一般情况的分析,得出此电路适用参考电压取值的一般情况,但必须V_{cm}=\frac{V_{refP}-V_{refN}}{2}+V_{refN},才有逐次逼近比较的效果。

欢迎评论,一起交流!

上一篇下一篇

猜你喜欢

热点阅读