Skip to content

Commit 4d27623

Browse files
committed
docs(notes): update outlines for 2025-04-14
1 parent db269e2 commit 4d27623

3 files changed

+167
-8
lines changed

Diff for: notes/2025-04-14-electronic-technology-outline-en.md

+83
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
---
2+
title: Outline of Fundamentals of Electronic Technology (III)
3+
lang: en
4+
layout: post
5+
audio: false
6+
translated: false
7+
generated: true
8+
---
9+
10+
Here’s an English outline for the textbook *Fundamentals of Electronic Technology (III)*, based on the Chinese version edited by Wen Xidong and published by Economic Science Press:
11+
12+
---
13+
14+
### **Outline of *Fundamentals of Electronic Technology (III)***
15+
16+
#### **Part I: Analog Electronics**
17+
1. **Fundamentals of Circuit Analysis**
18+
- Basic circuit concepts and laws (Ohm’s Law, Kirchhoff’s Laws)
19+
- Linear circuit analysis methods (nodal analysis, superposition theorem)
20+
- Dynamic circuits and transient analysis
21+
22+
2. **Principles of Amplifier Circuits**
23+
- Semiconductor devices (diodes, BJTs, and their characteristics)
24+
- Basic amplifier configurations (CE, CC, CB)
25+
- Frequency response and stability of amplifiers
26+
27+
3. **Operational Amplifiers (Op-Amps) and Applications**
28+
- Op-amp characteristics and parameters (virtual short, virtual open)
29+
- Typical op-amp circuits (inverting/non-inverting amplifiers, integrators/differentiators)
30+
- Nonlinear applications (comparators, waveform generators)
31+
32+
4. **DC Power Supplies**
33+
- Rectifier and filter circuits
34+
- Linear regulators vs. switching regulators
35+
36+
---
37+
38+
#### **Part II: Digital Electronics**
39+
5. **Fundamentals of Digital Circuits**
40+
- Number systems and codes (binary, BCD, etc.)
41+
- Boolean algebra and logic gates (AND, OR, NOT, combinational logic)
42+
- TTL and CMOS integrated circuits
43+
44+
6. **Combinational Logic Circuits**
45+
- Analysis and design of combinational logic
46+
- Common modules (encoders, decoders, multiplexers)
47+
- Hazards and elimination methods
48+
49+
7. **Sequential Logic Circuits**
50+
- Flip-flops (RS, D, JK, T) and their operation
51+
- Counters and shift registers
52+
- Synchronous/asynchronous sequential circuit analysis
53+
54+
8. **Programmable Logic Devices (PLDs)**
55+
- Types of PLDs (PAL, GAL, FPGA) and architectures
56+
- Introduction to HDL (VHDL/Verilog)
57+
- Simple logic system design examples
58+
59+
---
60+
61+
#### **Part III: Practical Applications**
62+
9. **Experiments and Simulations** (Optional)
63+
- Hands-on labs (e.g., op-amp amplification, counter design)
64+
- Simulation tools (e.g., Multisim, Proteus)
65+
66+
10. **Integrated Design Cases**
67+
- Mixed-signal systems (e.g., temperature monitoring)
68+
- Engineering considerations (noise immunity, power optimization)
69+
70+
---
71+
72+
#### **Appendices**
73+
- Reference tables (component parameters, logic symbols)
74+
- Selected exercise answers
75+
76+
---
77+
78+
**Notes:**
79+
1. The outline follows a progressive structure from *analog → digital → practical applications*, suitable for engineering courses.
80+
2. Flexibility is allowed—topics like *feedback amplifiers* or *ADC/DAC* can be added based on curriculum needs.
81+
3. Emphasizes modern trends (e.g., PLDs and HDL) for real-world relevance.
82+
83+
Let me know if you’d like adjustments (e.g., deeper subtopics or lab-focused expansions)!

Diff for: notes/2025-04-14-electronics-outline-en.md

-8
This file was deleted.

Diff for: notes/2025-04-14-electronics-outline-zh.md

+84
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
---
2+
title: 电子技术基础教材大纲
3+
lang: zh
4+
layout: post
5+
audio: false
6+
translated: false
7+
generated: true
8+
---
9+
10+
以下是《电子技术基础(三)》的教材大纲框架建议,结合您提供的核心内容模块:
11+
12+
---
13+
14+
### **《电子技术基础(三)》教材大纲**
15+
16+
#### **第一部分:模拟电子技术**
17+
1. **电路分析基础**
18+
- 电路基本概念与定律(欧姆定律、基尔霍夫定律)
19+
- 线性电路分析方法(节点电压法、叠加定理等)
20+
- 动态电路与暂态分析
21+
22+
2. **放大电路原理**
23+
- 半导体器件基础(二极管、三极管特性)
24+
- 基本放大电路(共射、共集、共基组态)
25+
- 放大电路的频率响应与稳定性
26+
27+
3. **集成运算放大器及其应用**
28+
- 运放的特性与参数(虚短、虚断概念)
29+
- 典型运放电路(比例、加减、积分/微分电路)
30+
- 非线性应用(比较器、波形发生器)
31+
32+
4. **直流稳压电源**
33+
- 整流、滤波电路原理
34+
- 线性稳压器与开关稳压电源设计
35+
36+
---
37+
38+
#### **第二部分:数字电子技术**
39+
5. **数字电路基础**
40+
- 数制与编码(二进制、BCD码等)
41+
- 逻辑代数与门电路(与、或、非、复合逻辑)
42+
- TTL与CMOS集成电路特性
43+
44+
6. **组合逻辑电路**
45+
- 组合电路分析与设计方法
46+
- 常用模块(编码器、译码器、数据选择器)
47+
- 竞争冒险现象与消除
48+
49+
7. **时序逻辑电路**
50+
- 触发器(RS、D、JK、T型)工作原理
51+
- 计数器与寄存器设计
52+
- 同步/异步时序电路分析
53+
54+
8. **可编程逻辑器件(PLD)**
55+
- PLD分类(PAL、GAL、FPGA)与结构
56+
- 硬件描述语言(VHDL/Verilog)基础
57+
- 简单逻辑系统设计实例
58+
59+
---
60+
61+
#### **第三部分:实践与应用**
62+
9. **实验与仿真**(可选章节)
63+
- 典型模拟/数字电路实验(如运放放大、计数器设计)
64+
- 仿真工具使用(如Multisim、Proteus)
65+
66+
10. **综合应用案例**
67+
- 模拟-数字混合系统设计(如温度检测系统)
68+
- 实际工程问题分析(抗干扰、功耗优化等)
69+
70+
---
71+
72+
#### **附录**
73+
- 常用电子元器件参数表
74+
- 逻辑符号对照表
75+
- 习题参考答案(部分)
76+
77+
---
78+
79+
**说明**
80+
1. 大纲按“模拟→数字→实践”递进,适合工科电类专业的理论与实践结合教学。
81+
2. 可根据实际课时调整深度,例如增加“反馈放大电路”或“ADC/DAC”等内容。
82+
3. 突出应用性,如可编程器件和综合案例部分体现现代电子技术发展趋势。
83+
84+
如果需要更详细的子章节划分或具体知识点补充,请进一步说明!

0 commit comments

Comments
 (0)