aps审核-模电英文稿

news/2024/7/24 12:25:41 标签: 学习, 硬件工程

模拟电子线路
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(差分).
    在这里插入图片描述

http://www.niftyadmin.cn/n/5300205.html

相关文章

【华为数据之道学习笔记】9-3构建以元数据为基础的安全隐私保护框架

以元数据为基础的安全隐私治理 有决策权的公司高层已经意识到安全隐私的重要性,在变革指导委员会以及各个高层会议纪要中都明确指明安全隐私是变革优先级非常高的主题,安全是一切业务的保障。 基于这个大前提,我们构建了以元数据为基础的安全…

Zookeeper之Java客户端实战

ZooKeeper应用的开发主要通过Java客户端API去连接和操作ZooKeeper集群。可供选择的Java客户端API有: ZooKeeper官方的Java客户端API。第三方的Java客户端API,比如Curator。 接下来我们将逐一学习一下这两个java客户端是如何操作zookeeper的。 1. ZooKe…

IDEA创建导入Maven工程时出错Connection refused to host

问题:创建新Maven工程时加载不了,导入之前的Maven项目没有任何提示直接失败,无法显示右侧的Maven导航菜单。 创建时具体报错:java.util.concurrent.ExecutionException: java.rmi.ConnectException: Connection refused to host:…

深度学习 Day23——J3DenseNet算法实战与解析

🍨 本文为🔗365天深度学习训练营 中的学习记录博客🍖 原作者:K同学啊 | 接辅导、项目定制🚀 文章来源:K同学的学习圈子 文章目录 前言1 我的环境2 pytorch实现DenseNet算法2.1 前期准备2.1.1 引入库2.1.2 设…

Linux账户安全

一.Linux账户与组的基本概念 在Limux操作系统中,每一个文件和程序都归属于一个特定的 “用户”。每个用户都由一个唯一的身份来标识,这个标识称为用户ID (UserID, UID )。系统中的每一个用户也至少需要属于一个“用户分组”,即由系统管理员所…

机器学习-基于Word2vec搜狐新闻文本分类实验

机器学习-基于Word2vec搜狐新闻文本分类实验 实验介绍 Word2vec是一群用来产生词向量的相关模型,由Google公司在2013年开放。Word2vec可以根据给定的语料库,通过优化后的训练模型快速有效地将一个词语表达成向量形式,为自然语言处理领域的应…

【驱动序列】简单聊聊开发驱动程序的缘由和驱动程序基本信息

大家好,我是全栈小5,欢迎来到《小5讲堂》,这是《驱动程序》专栏序列文章。 这是2024年第4篇文章,此篇文章是结合了C#知识点实践序列文章,博主能力有限,理解水平有限,若有不对之处望指正&#xf…

[GKCTF 2020]ez三剑客-eztypecho

[GKCTF 2020]ez三剑客-eztypecho 考点:Typecho反序列化漏洞 打开题目,发现是typecho的CMS 尝试跟着创建数据库发现不行,那么就搜搜此版本的相关信息发现存在反序列化漏洞 参考文章 跟着该文章分析来,首先找到install.php&#xf…