aps审核-模电英文稿

模拟电子线路

Analog circuit

需要熟悉课程名,一句话简单概括课程内容,准备一些重点内容介绍。

  1. This course mainly introduces the properties(n.性质) of semiconductors(半导体) and transistors, and then analyzes and masters amplification circuits.

  2. Semiconductors (e.g. Si, Ge) are materials whose conductivity is between an insulator(n.绝缘体) (e.g. dry wood) and a conductor (e.g. iron, water).

    When impurities(n.杂质) are added, the conductivity(n.导电能力) of semiconductors changes. Semiconductors can be classified two types:

    N-type semiconductors: It mainly uses electrons to conduct electricity.

    P-type semiconductors: It mainly uses holes to conduct electricity.

    Majority carriers(多数载流子)

    Minority carriers(少数载流子)

  3. When these 2 types semiconductors contact, holes and electrons will recombine, and then will form an intermediate region called PN junction .

    When diffusion motion and charge region reach balance, the width of PN junction will not change.

    If an electric field is added, this balance is disrupted(v.破坏).

    If we add Forward bias (正向偏置) electric field, diffusion motion will become strong, and then form forward current. PN junction will become shorter.

    When the voltage is large enough, PN junction conduct.

    If we add Reverse bias (反向偏置) electric field, the space charge region will become wide, diffusion motion become difficult and only minority carriers can move. PN junction will become wider.

    When the voltage is large enough, the current barely passes, called cut-off state.

  4. When PN junction add a shell(n.外壳), a diode is formed.

    Voltage-current characteristics of a diode is like this:

    Different materials have different conduct voltage: Silicon: 0.7V; Germanium(锗): 0.3V.

    Two classic applications: half-wave rectification, Zener diode (齐纳二极管).
    Half-wave rectification :

    This circuit can change the alternating current(AC.交流电) to the direct current(DC. 直流电).

    The half wave can pass, another half wave can't pass.
    Zener diode works on reverse breakdown(反向击穿), on a certain current range, the voltage almost doesn't change.

    Anode: 阳极; cathode: 阴极.

  5. If we use two PN junction, we can form triode transistor (BJT).

    It's an important element for amplify circuit and it can amplify current.

    Depending on the applied voltage, it has 3 work regions:

  1. Cut-off region: the emitter junction voltage weaker than cut-in voltage and collector junction reverse bias.
  2. Amplifier region: the emitter junction forward bias and collector junction reverse bias.
  3. Saturation region: the emitter junction and collector junction forward bias.
  1. Basic amplifying circuits :
    Basic common-emitter amplify circuit is like this:
  1. When Ui=0, the amplifying circuit is in static state.
    The VBB makes the Ube> Uon, the VCC makes the collector junction reverse bias, so the triode transistor will work on amplify state.
    IC=βIB, for RC, the Uc= IC* RC, so Uce=Vcc- IC* RC.
  2. When Ui≠0, it will produce dynamic current ib, ic.
  1. Operational amplifying circuits (运算放大电路)
    It's used to the operation of many analog signal, such as summation(求和), integral(积分), differencing(差分).
相关推荐
2303_Alpha2 天前
SpringBoot
笔记·学习
萘柰奈2 天前
Unity学习----【进阶】TextMeshPro学习(三)--进阶知识点(TMP基础设置,材质球相关,两个辅助工具类)
学习·unity
沐矢羽2 天前
Tomcat PUT方法任意写文件漏洞学习
学习·tomcat
好奇龙猫2 天前
日语学习-日语知识点小记-进阶-JLPT-N1阶段蓝宝书,共120语法(10):91-100语法+考え方13
学习
向阳花开_miemie2 天前
Android音频学习(十八)——混音流程
学习·音视频
工大一只猿2 天前
51单片机学习
嵌入式硬件·学习·51单片机
c0d1ng2 天前
量子计算学习(第十四周周报)
学习·量子计算
Hello_Embed2 天前
STM32HAL 快速入门(二十):UART 中断改进 —— 环形缓冲区解决数据丢失
笔记·stm32·单片机·学习·嵌入式软件
咸甜适中2 天前
rust语言 (1.88) 学习笔记:客户端和服务器端同在一个项目中
笔记·学习·rust
Magnetic_h2 天前
【iOS】设计模式复习
笔记·学习·ios·设计模式·objective-c·cocoa