当前课程知识点:电路原理 > 第4周 金属-氧化层半导体场效晶体管和二端口网络 (MOSFET and two-port network) > 第23讲 数字系统——数和逻辑(digital system——number and logic in digital) > 数字系统——数和逻辑(digital system——number and logic in digital)(1)
各位同学大家好
这是电路原理的第二十三讲
我们来讨论数和逻辑
首先呢我们要讨论一下
上一讲所介绍的简单数字系统的问题在哪里
在上一讲里我们用一个050的模拟信号
传送了数字信号010
当它夹杂了噪声以后
由于发送方和接收方遵循了相同的约定
我们可以说在接收方也接收到了信号010
但这仅仅局限于信号0和1
我们现在的问题是
如果说我想要发送一个信号数值是4.53的话
那怎么办呢
这个方法表面看起来是不可能发送4.53的啊
那么就需要我们解决
如何在数字系统里
比较精确的来表达一个信号的值的问题
那么关于这个问题呢有两种方法
第一种方法是这样的
假设我们有这么一个信号
那么呢我们用一条线来传输信号
除此之外呢我们还要用另一条线
来传输时钟信号
而且我们约定呢
每三个时钟信号来传输一个信号的值
这个意思是什么呢
就意味着我们要把整个信号的取值范围
划分成2的三次方等于8份
同时呢 我们从信号的最低到最高
分别给出000一直到111的数值
那好接下来我们假设
在某一个时间点
我们需要传送这个点的信号数值
它刚好就长在011这个范围内了
那么于是呢接下来
就在三个时钟周期内
我们分别发送0 1和1
那么这个011呢就构成了我们在T1时刻信号的数值
那么接下来呢
我们需要在另一个时刻对信号进行采样 比如说T2
在这个时候呢信号变到了010的范围
那么在接下来的三个时钟周期内
我们就需要发送0 1和0
大家看通过这种方式
我们把原来一个模拟信号
在取值范围中进行了划分
同时呢 我们在它的时间轴中也进行了划分
两次离散化以后
我们就可以用一条时钟线和一条数据线来传输信号了
当然需要指出的是
我们这里的这个3是一个举例子的说法
如果说你对于把信号的值域空间
划分成8份感觉不满意的话
你完全可以划分成10次方是1024份
你完全可以划分成14次方
你完全可以划分成20次方
当然一般来讲
对于常见的信号划分成14次方已经足够精确了
那么除此之外
如果你认为T1到T2之间这个时间比较长的话
你完全也可以缩小
通过这种方法我们可以在任意短的时间范围之内
以任意精确的数值
来用二进制方式传输一个信号
那么第二种方法呢
我们是用三条线来传输信号
而每个信号的数值呢
只在一个时钟周期进行传输
类似的我们也把这个信号呢
在值域范围内切成了8份
同样我们也发现它在当前的这个点
对应的数值是011
那么于是呢我们对于三条传输线来讲
把它划分为高位 中位和低位
我们在同一个传输点的时候
就需要分别发送0 1和1(口误)
那么采用这样的方式呢
我们也可以以任意的时间精度和任意的数值精度
以二进制的方式来传输一个信号
那么接下来呢
我们讨论关于逻辑的两种表达方式
首先叫逻辑表达式 其次叫真值表
基本的逻辑表达式呢有三种
首先是反 那么就意味着
如果A是1 那Y1就是0
A是0 Y1就是1
这个关系是很简明的
第二个最常见的逻辑表达式是与
也就是说A和B两个逻辑变量
同时是1的时候 Y2才是1
那么对于A和B同时是1的时候 Y2才能是1
除此之外其它全部都是0
第三个基本的逻辑表达式是或
那也就是说A或者B是1的时候 Y3就是1
Y3就应该是1 0 1 1
与或非是三种最基本的逻辑表达式
有了这三种逻辑表达式以后
我们就可以用它们来构造出任意复杂的逻辑表达式
那么接下来我们讨论如果说
你有了逻辑表达式
怎么来获得相应的真值表呢
好 我们看 对于它来讲
对于A与B和C的或来讲
我们要有三步 第一我们要制表
把所有ABC变量和输出Y
都画在一张表上
第二呢 我们要写出关于ABC的所有组合关系
也就是说把ABC所有分别取0和1的
2的三次方等于8种组合关系全部都写出来
好 我们已经都列在这个表上了
第三个 我们就要根据这个逻辑表达式来判断
ABC分别取怎样的逻辑值的时候 输出是0还是1
那么我们举例来说
对于ABC等于000的时候
很显然输出应该是0
那么类似的凡是A等于0的输出都需要是0
那么A等于1了以后
只要B或者C有一个是1这个就是1
那么于是这个是1 这个是1 这个是1 这个是0
通过这种方式我们就完成了逻辑表达式到真值表的转换
-第0讲 数学基础知识(Math basics for circuits)
--数学基础知识(Math basics for circuits)(1)
--数学基础知识(Math basics for circuits)(2)
--数学基础知识(Math basics for circuits)(3)
--数学基础知识(Math basics for circuits)(4)
--数学基础知识(Math basics for circuits)(5)
--数学基础知识(Math basics for circuits)(6)
--数学基础知识(Math basics for circuits)(7)
-第1周 第0讲 数学基础知识
-第1讲 为什么要学习电路(why learn circuits?)
--为什么要学习电路(why learn circuits?)(1)
--为什么要学习电路(why learn circuits?)(2)
-第1周 第1讲 为什么要学习电路
-第2讲 电路(circuits)
-第1周 第2讲 电路(circuits)
-第3讲 支路变量(branch variables)
-第1周 第3讲 支路变量(branch variables)
-第4讲 参考方向(reference direction)
-第1周 第4讲 参考方向(reference direction)
-第5讲 功率(power)
--第一周 第5讲 功率(power)
-第6讲 电阻(resistor)
-第1周 第6讲 电阻(resistor)
-第7讲 独立电源(independent source)
--独立电源(independent source) (1)
--独立电源(independent source) (2)
-第1周 第7讲 独立电源(independent source)
-仿真1(simulation1)
-第8讲 端口(port)
--端口(port)
-第1周 第8讲 端口(port)
-第9讲 受控元件(dependent elements)
--受控元件(dependent elements) (1)
--受控元件(dependent elements) (2)
--受控元件(dependent elements) (3)
-第1周 第9讲 受控元件(dependent elements)
-仿真2(simulation2)
-第10讲 基尔霍夫定律(KCL KVL)
-第1周 第10讲 基尔霍夫定律(KCL KVL)
-第11讲 2B法(2B method)
--第1周 第11讲 2B法(2B method)
-第1周 作业
-第12讲 电阻的串并联(serial parallel resistors)
--电阻的串并联(serial parallel resistors) (1)
--电阻的串并联(serial parallel resistors) (2)
--电阻的串并联(serial parallel resistors) (3)
--电阻的串并联(serial parallel resistors) (4)
-第2周 第12讲 电阻的串并联
-第13讲 平衡电桥(bridge)
--第二周 第13讲 平衡电桥(bridge)
-第14讲 Y-Δ变换(Y-Δ transform)
--第二周 第14讲 Y-Δ变换(Y-Δ transform)
-第15讲 二端网络的等效电阻(equivalent resistance of two-terminal network)
--二端网络的等效电阻(equivalent resistance of two-terminal network)
--第二周 第十五讲 二端网络的等效电阻
-第16讲 电源的等效变换(equivalent transform for sources)
--电源的等效变换(equivalent transform for sources) (1)
--电源的等效变换(equivalent transform for sources) (2)
--电源的等效变换(equivalent transform for sources) (3)
-第2周 第16讲 电源的等效变换(equivalent tran
-第17讲 最大功率传输(maximum power transfer)
--最大功率传输(maximum power transfer)
--第二周 第17讲 最大功率传输
-第2周 第二周作业(Exercise2)
-第18讲 运算放大器(Op Amps)
-第3周 第18讲 运算放大器(Op Amps)
-第19讲 运算放大器模型(Op Amps' model)
-第3周 第19讲 运算放大器模型(Op Amps' m
-仿真3(simulation3)
-第20讲 理想运算放大器(ideal Op Amp)
-第3周 第20讲 理想运算放大器(ideal Op Amp)
-第21讲 运算放大器的应用(applications of Op Amps)
--运算放大器的应用(applications of Op Amps)(1)
--运算放大器的应用(applications of Op Amps)(2)
--运算放大器的应用(applications of Op Amps)(3)
-第3周 第21讲 运算放大器的应用(applications of Op Amps)
-第三周作业(Exercise3)
-第22讲 数字系统介绍(digital system —— introduction)
--数字系统介绍(digital system —— introduction)
-第4周 第22讲 数字系统介绍(digital system —— introduction)
-第23讲 数字系统——数和逻辑(digital system——number and logic in digital)
--数字系统——数和逻辑(digital system——number and logic in digital)(1)
--数字系统——数和逻辑(digital system——number and logic in digital)(2)
-第4周 第23讲 数字系统——数和逻辑
-第24讲 金属-氧化层半导体场效晶体管(MOSFET)
-第4周第24讲 金属-氧化层半导体场效晶体管(MOSFET)
-第25讲 逻辑门(logic gates)
-第4周 第25讲 逻辑门(logic gates)
-第26讲 互补金属氧化物半导体(CMOS)
-第4周 第26讲 互补金属氧化物半导体(CMOS)
-第27讲 二端口网络(two-port network)(不要求)
-第4周 第27讲 二端口网络(two-port network)
-第28讲 G参数(G parameter)(不要求)
-第4周 第28讲 G参数(G parameter)
-第29讲 其他参数(other parameters)(不要求)
-第4周 第29讲 其他参数(other parameters)
-第30讲 二端口网络的等效电路(equivalent circuits of two-port)(不要求)
--二端口网络的等效电路(equivalent circuits of two-port)
-第4周 第30讲 二端口网络的等效电路
-第31讲 二端口网络的连接(connection of two-ports)(不要求)
--二端口网络的连接(connection of two-ports)(1)
--二端口网络的连接(connection of two-ports)(2)
--二端口网络的连接(connection of two-ports)(3)
-第4周 第31讲 二端口网络的连接
-第四周作业(Exercise4)
-第32讲 系统化方程解法介绍(introduction to systematic function formulating)
--系统化方程解法介绍(introduction to systematic function formulating)
-第5周 第32讲 系统化方程解法介绍
-第33讲 节点电压法(node voltage method)
--节点电压法(node voltage method)(1)
--节点电压法(node voltage method)(2)
-第5周 第33讲 节点电压法
-第34讲 回路电流法(loop current method)
--回路电流法(loop current method)(1)
--回路电流法(loop current method)(2)
--回路电流法(loop current method)(3)
-第5周 第34讲 回路电流法
-第五周作业(Exercise5)
-第35讲 叠加定理(superposition theorem)
--叠加定理(superposition theorem)(1)
--叠加定理(superposition theorem)(2)
--叠加定理(superposition theorem)(3)
--叠加定理(superposition theorem)(4)
-第6周 第35讲 叠加定理
-第36讲 戴维南和诺顿定理(Thevenin/Norton theorem)
--戴维南和诺顿定理(Thevenin/Norton theorem)(1)
--戴维南和诺顿定理(Thevenin/Norton theorem)(2)
--戴维南和诺顿定理(Thevenin/Norton theorem)(3)
--戴维南和诺顿定理(Thevenin/Norton theorem)(4)
-第6周 第36讲 戴维南和诺顿定理
-第37讲 戴维南定理的应用(applications of Thevenin theorem)
--戴维南定理的应用(applications of Thevenin theorem)(1)
--戴维南定理的应用(applications of Thevenin theorem)(2)
--戴维南定理的应用(applications of Thevenin theorem)(3)
-第6周 第37讲 戴维南定理的应用
-第38讲 替代定理(substitution theorem)
-第6周 第38讲 替代定理
-第六周作业(Exercise6)
-第39讲 非线性电阻(nonlinear resistor)
--非线性电阻(nonlinear resistor)(1)
--非线性电阻(nonlinear resistor)(2)
-第7周 第39讲 非线性电阻
-第40讲 非线性电阻电路的方程求解法和图解法(analytical and graphical methods for nonlinear circuits)
--非线性电阻电路的方程求解法和图解法(analytical and graphical methods for nonlinear circuits)(1)
--非线性电阻电路的方程求解法和图解法(analytical and graphical methods for nonlinear circuits)(2)
-第7周 第40讲 非线性电阻电路的方程求解
-第41讲 非线性电路的分段线性法(piecewise linear method for nonlinear circuits)
--非线性电路的分段线性法(piecewise linear method for nonlinear circuits)(1)
--非线性电路的分段线性法(piecewise linear method for nonlinear circuits)(2)
--非线性电路的分段线性法(piecewise linear method for nonlinear circuits)(3)
--非线性电路的分段线性法(piecewise linear method for nonlinear circuits)(4)
--非线性电路的分段线性法(piecewise linear method for nonlinear circuits)(5)
-第7周 第41讲 非线性电路的分段线性法
-第42讲 假设检验法的应用(application of suppose-verify method)
--假设检验法的应用(application of suppose-verify method)(1)
--假设检验法的应用(application of suppose-verify method)(2)
-第7周 第42讲 假设检验法的应用
-第43讲 非线性电路的小信号法(small signal method for nonlinear circuits)
--非线性电路的小信号法(small signal method for nonlinear circuits)(1)
--非线性电路的小信号法(small signal method for nonlinear circuits)(2)
--非线性电路的小信号法(small signal method for nonlinear circuits)(3)
-第7周 第43讲 非线性电路的小信号法
-第44讲 小信号模型(small signal models)
--小信号模型(small signal models)(1)
--小信号模型(small signal models)(2)
--小信号模型(small signal models)(3)
--第七周 第44讲 小信号模型
-第45讲 放大器(amplifier)
--第七周 第45讲 放大器(amplifier)
-第七周作业(Exercise7)
-第46讲 电容与电感(Capacitors and Inductors)
--第46讲 电容与电感(Capacitors and Inductors)(1)
--第46讲 电容与电感(Capacitors and Inductors)(2)
--第46讲 电容与电感(Capacitors and Inductors)(3)
--第46讲 电容与电感(Capacitors and Inductors)(4)
--第46讲 电容与电感(Capacitors and Inductors)(5)
-第8周 第46讲 电容与电感
-第47讲 动态电路(Dynamic Circuits)
--第47讲 动态电路(Dynamic Circuits)(1)
--第47讲 动态电路(Dynamic Circuits)(2)
--第47讲 动态电路(Dynamic Circuits)(3)
--第47讲 动态电路(Dynamic Circuits)(4)
--第八周 第47讲 动态电路
-第48讲 初值(Initial Values)
--第八周 第48讲 初值(Initial Values)
-第49讲 一阶电路经典法(Classical Method for First-Order Circuits)
--第49讲 一阶电路经典法(Classical Method for First-Order Circuits)(1)
--第49讲 一阶电路经典法(Classical Method for First-Order Circuits)(2)
--第49讲 一阶电路经典法(Classical Method for First-Order Circuits)(3)
--第49讲 一阶电路经典法(Classical Method for First-Order Circuits)(4)
--第49讲 一阶电路经典法(Classical Method for First-Order Circuits)(5)
--第九周 第49讲 一阶电路经典法
-第50讲 一阶电路三要素法(Three Elements Method for First-Order Circuits)
--第50讲 一阶电路三要素法(Three Elements Method for First-Order Circuits)(1)
--第50讲 一阶电路三要素法(Three Elements Method for First-Order Circuits)(2)
--第50讲 一阶电路三要素法(Three Elements Method for First-Order Circuits)(3)
--第50讲 一阶电路三要素法(Three Elements Method for First-Order Circuits)(4)
-第8周 第50讲 一阶电路三要素法
-仿真4(Simulation 4)
-第51讲 零输入响应和零状态响应(zero input response and zero state response)
--第八周 第51讲 零输入响应和零状态响应
-第八周作业
-第52讲 一阶电路的应用之信号: 门传输延迟(applications of first-order circuits (signal: gate propagation delay))
--第九周 第52讲 一阶电路的应用之信号: 门传输延迟
-第53讲 一阶电路的应用之信号: 运算放大器电路(applications of first- order circuits (signal: Op Amp circuits))
-第9周:第53讲 一阶电路的应用之信号: 运算放大器电路
-第54讲 一阶电路的应用之能量: 整流与斩波(applications of first-order circuits (energy: rectifying and chopping))
--第九周 第54讲 一阶电路的应用之能量: 整流与斩波
-A1 单位阶跃函数和单元阶跃响应(unit step function and unit step response)(不要求)
--A1 单位阶跃函数和单元阶跃响应(unit step function and unit step response)(1)
--A1 单位阶跃函数和单元阶跃响应(unit step function and unit step response)(2)
--A1 单位阶跃函数和单元阶跃响应(unit step function and unit step response)(3)
-第9周: A1 单位阶跃函数和单元阶跃响应
-A2 单位冲激函数(unit impulse function)(不要求)
--A2 单位冲激函数(unit impulse function)(1)
--A2 单位冲激函数(unit impulse function)(2)
--第九章 A2 单位冲激函数(不要求)
-A3 单位冲激响应(unit impulse response)(不要求)
--A3 单位冲激响应(unit impulse response)(1)
--A3 单位冲激响应(unit impulse response)(2)
--A3 单位冲激响应(unit impulse response)(3)
--A3 单位冲激响应(unit impulse response)(4)
-第9周: A3 单位冲激响应
-A4 卷积积分(convolution integral)(不要求)
--A4 卷积积分(convolution integral)(1)
--A4 卷积积分(convolution integral)(2)
--A4 卷积积分(convolution integral)(3)
--A4 卷积积分(convolution integral)(4)
--A4 卷积积分(convolution integral)(5)
-第9周: A4 卷积积分
-第九周作业(Exercise 9)
-第55讲 串联RLC二阶电路(serial RLC second-order circuits)
-第10周: 第55讲 串联RLC二阶电路
-第56讲 并联RLC二阶电路(parallel RLC second-order circuits)
--第十章 第56讲 并联RLC二阶电路
-第57讲 二阶电路直觉解法(intuitive method for second-order circuits)
--第十周 第57讲 二阶电路直觉解法
-第58讲 二阶电路的应用(applications of second-order circuits)
--第十周 第58讲 二阶电路的应用
-第十周作业(Exercise 10)
-第59讲 正弦波(sine wave)
--第十一周 第59讲 正弦波(sine wave)
-第60讲 电力系统(power system)
--第十一周 第60讲 电力系统(power system)
-第61讲 相量(phasor)
-第11周: 第61讲 相量(phasor)
-第62讲 KCL和KVL的相量形式(phasor form of KCL and KVL)
--第十一周 第62讲 KCL和KVL的相量形式
-第63讲 RLC的相量关系(phasor relationship of RLC)
-第11周: 第63讲 RLC的相量关系
-第64讲 正弦稳态电路相量法(phasor method for sinusoidal steady state circuits)
--第十一周 第64讲 正弦稳态电路相量法
-仿真5(Simulation 5)
--仿真5
-第65讲 瞬时功率(instantaneous power)
-第11周: 第65讲 瞬时功率(instantaneous power)
-第66讲 平均功率(average power)
--第十一周 第66讲 平均功率(average power)
-第67讲 无功功率和视在功率(reactive power and apparent power)
-第11周: 第67讲 无功功率和视在功率
-第68讲 复功率(complex power)
--第68讲 复功率
--第十一周 第68讲 复功率(complex power)
-第十一周作业(Exercise 11)
-第69讲 频率特性(frequency characteristics)
-第12周: 第69讲 频率特性
-仿真6(Simulation 6)
--仿真6
-第70讲 滤波器(filter)
--第十二周 第70讲 滤波器(filter)
-第71讲 频率特性的应用——小信号放大器的低通特性(applications of frequency characteristics (low-pass characteristics of t
-第12周: 第71讲 频率特性的应用
-第72讲 谐振(resonance)
--第72讲 谐振
--第十二周 第72讲 谐振(resonance)
-第73讲 RLC谐振(RLC resonance)
--第十二周 第73讲 RLC谐振
-第74讲 串联RLC谐振的品质因数(quality factor of serial RLC resonance)
-第12周: 第74讲 串联RLC谐振的品质因数
-第75讲 LC谐振(LC resonance)
--第十二周 第75讲 LC谐振(LC resonance)
-第12周: 第75讲 LC谐振(LC resonance)
-第76讲 谐振的应用(applications of resonance)
--第十二周 第76讲 谐振的应用
-第12周: 第十二周作业(Exercise 12)
-第77讲 互感和互感电压(mutual inductance and mutual voltage)
-第13周: 第77讲 互感和互感电压
-第78讲 同名端(dot convention)
--第十三周 第78讲 同名端(dot convention)
-第79讲 互感的应用(能量和信号)(application of mutual inductance (power and signal))
-第80讲 互感的去耦等效(decoupling equivalence of mutual inductance)
--第十三周 第80讲 互感的去耦等效
-第81讲 空心变压器(air-core transformer)
--第十三周 第81讲 空心变压器
-第82讲 全耦合变压器(unity-coupled transformer)
--第十三周 第82讲 全耦合变压器
-第83讲 理想变压器(ideal transformer)
--第十三周 第83讲 理想变压器
-仿真7(Simulation 7)
--仿真7
-第十三周作业(Exercise 13)
-第84讲 三相电源(three phase source)
--第十四章 第84讲 三相电源
-第85讲 三相对称负载和三相对称电路(balanced three phase load and balanced three phase circuit)
--第十四章 第85讲 三相对称负载和三相对称电路
-第86讲 三相对称电路的分析(analysis of balanced three phase circuit)
--第十四章 第86讲 三相对称电路的分析
-第87讲 三相电路的功率(power in three phase circuits)
--第十四章 第87讲 三相电路的功率
-第88讲 周期信号的傅里叶级数(Fourier series for periodical signal)
-第14周:第88讲 周期信号的傅里叶级数
-第89讲 周期信号的有效值和平均功率(effective value and average power for periodical signal)
--第十四章 第89讲 周期信号的有效值和平均功率
-第90讲 周期激励下的电路稳态分析(steady state analysis of circuits with periodical excitations)
--第十四章 第90讲 周期激励下的电路稳态分析
-第十四周作业(Exercise 14)
-期末考试