深入理解微电子电路设计-电子元器件、数字电路、模拟电路原理及应用(第5版)读书笔记
2021.9.28 对应Chapter 1.2.3 P12-P16上半部分
1.2.3 A/D and D/A convert
为了能够让模拟和数字系统能够一起工作,我们必须要相互对其信号进行变换,模数/数模
1)Digital to Analog Conversion
DAC是将模拟信号转换成数字信号的器件。
DAC的表达可以用系数和2的-n次幂的乘积和来表示
2)Analog to Digital Conversion
ADC是将数字信号转换成模拟信号的器件。
由于模拟信号无法完全被数字信号所量化,一定会存在量化误差(quantization error),随着Vin的增加,实际的输出线小后大,循环往复。也可以认为是先低估(underestimate)后高估(overestimate)。
1.3符号约定
some key points
1.大部分的变量用小写字母表示,但是一般直流分量用大写字母表示
2.在没有特殊约定的前提下(unless otherwise indicated)描述一个电路,或者说网络(network)默认单位就是伏特(V)安培(A)和欧姆(Ω)
3.独立源(source)一般有VCCS,CCCS,VCVS而CCVS(current control voltage source)使用有限制(sees limited use)(此处未说明原因)
贴一个回答参考电流控电压源的原理是什么呢? - 知乎
1.4 问题解决方法
这里提了一个解决问题的方法,九步法
1. 将问题尽可能清晰,全面的表达,阐述,罗列清楚
state the problem as clearly as possible
2. 将已知的信息或者数据列好清单
list the known information and given data
3. 将解决的问题路上遇到的未知做好定义
define the unknowns that must be found to solve the problem
4. 将你的假想,设想列好清单,在你分析的过程中你可能会随时增加你的设想。
list your assumptions. you may discover additional assumptions as the analysis progress.
5. 从可供你选择的可行方案里逐渐完善,修缮你的方法。
Develop an approach from a group of possible alternatives
6. 分析并寻找一个解决问题的办法,作为分析的一部分,一定要画出电路图并将变量打好标签
Perform an analysis to find a solution to the probelm. As part of the analysis. be sure to draw the circuit and label the variables.
7.检查该结果,问题是否被成功解决?运算是否正确?是否所有的未知都被找到了?是否设想是令人满意的?结果是否能通过简单地一致性检查?
Check the result. Has the problem been solved? Is the math correct? Have all the unknowns been found? Have the assumptions been satisfied? Do the result satisfy simple consistency checks?
8. 评估你的结果,结论是否现实?能够正常搭建吗?如果不可以,重复4-7直到得到满意的解决方式
Evaluate the solution. Is the solution realsitc? Can it be built? If not, repeat steps 4-7 until a satisfactory solution is obtained.
9. 使用计算机辅助你的分析。 SPICE 或者其他计算机工具能够高效的帮助你去检查你的结果,并且检查结果是否能够充分满足问题的需求,对你比的手算结果和计算机运行结果。
Computer-aided analysis. SPICE and other computer tools are highly useful to check the results and to see if the solution satisfies the problem requirements. Compare the computer results to your hand results.
在最开始接触问题时,最重要的就是搞清楚它的细节,可以避免浪费时间和挫败。
清晰的描述你要解决的问题,要做到甚至比提出这个问题更了解这个问题的程度。
最开始可能遇到的问题多于我们所受的限制,随着经验的加深,我们可以拥有多种多样的解决问题的方式和方法,这个时候就要去做出最合适的选择。
结构化的思考如何解决问题,可以有效地帮我们理清思路,从而解决很多可能复杂而琐碎的问题。