当前位置:网站首页>capacitance
capacitance
2022-04-23 14:36:00 【Jasonangel】
The capacitance mind map is as follows :

Capacitance has four functions : decoupling 、 coupling ( Every other day )、 wave filtering 、 Energy storage . Today we are mainly talking about decoupling .
Capacitor package

I believe everyone has used these capacitors , The most on the board are multilayer ceramic capacitors .
Tantalum capacitance : It is mainly used in power circuit , Bloggers have been bombed by it many times ......
Decoupling capacitor

This is a STM32F103 Minimum system schematic ,STM32F103VET6 We need five routes 3.3V Power supply , His 3.3V Generally from LDO( Low differential linear voltage regulator ), such as LM1117

LDO Than DC-DC The way (TPS5430) More stable voltage , But it's still not enough for chips , We need to add... Next to the chip power supply pin 0.1uF Decoupling capacitance of , Let the high-frequency AC part of the voltage go from the capacitor to the ground , Thus, the chip can obtain a stable DC voltage . therefore , The decoupling capacitor should be placed as close to the chip pin as possible .
Why 0.1uF ?
When analyzing the integrity of power supply, our commonly used capacitance model is shown in the figure below :

ESR Is the series equivalent resistance of the capacitor ,ESL Is the series equivalent inductance of the capacitor ,C Is the real ideal capacitor .ESR and ESL It is determined by the manufacturing process and material of the capacitor , Can't eliminate .ESR Ripple that affects the power supply ,ESL Affect the filter frequency characteristics of the capacitor .
therefore , There is a formula :


When the frequency is very low, the capacitance works , When the frequency is high enough, the effect of inductance can not be ignored , When it is higher, the inductance plays a leading role . The capacitor loses its filtering function . therefore , At high frequency, the capacitance is not a simple capacitance . The filtering curve of the actual capacitance is shown in the figure below .

See above , The best filtering effect we want is in “ valley ” At the end of , It's the tip of the curve concave , At this sharp point , The filtering effect is good , It can filter out the interference in this frequency band , however , When the frequency is very high , This is the time 0.1uF The capacitor has no filtering effect 0.01uF Okay , And so on , Higher frequency , The magnitude of the selected filter capacitor should be smaller .
Therefore, sometimes the parallel connection of multi resistance and capacitance can be adopted , Get the best filtering effect .
版权声明
本文为[Jasonangel]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231431521443.html
边栏推荐
猜你喜欢
本以为能躺着进华为,结果陆续收到京东/滴滴/爱奇艺offer的我迷茫了
直流可调稳压电源的Proteus仿真设计(附仿真+论文等资料)
Mq-2 and DS18B20 fire temperature smoke alarm system design, 51 single chip microcomputer, with simulation, C code, schematic diagram, PCB, etc
51单片机的花卉、农田自动浇水灌溉系统开发,Proteus仿真,原理图和C代码
C语言知识点精细详解——初识C语言【1】——你不能不知的VS2022调试技巧及代码实操【1】
单片机的函数信号发生器,输出4种波形,频率可调,原理图,仿真和C程序
TUN 设备原理
51 Single Chip Microcomputer Design of traffic light system (with Proteus simulation, C program, schematic diagram, PCB, thesis and other complete data)
线程同步、生命周期
Qt实战:云曦日历篇
随机推荐
【无标题】
Parameter stack pressing problem of C language in structure parameter transmission
A good tool: aardio
[servlet] detailed explanation of servlet (use + principle)
TLS/SSL 协议详解 (28) TLS 1.0、TLS 1.1、TLS 1.2之间的区别
Arduino for esp8266串口功能简介
ArrayList集合基本使用
8.3 语言模型与数据集
直流可调稳压电源的Proteus仿真设计(附仿真+论文等资料)
一款不错的工具:aardio
基于单片机的DS18B20的数字温度监控报警系统设计【LCD1602显示+Proteus仿真+C程序+论文+按键设置等】
C语言p2选择分支语句详解
Raised exception class eaccexviolation with 'access violation at address 45efd5 in module error
Want to be an architect? Tamping the foundation is the most important
Golang 对分片 append 是否会共享数据
QT actual combat: Yunxi chat room
flannel 原理 之 TUN模式
SHT11传感器的温度湿度监控报警系统单片机Proteus设计(附仿真+论文+程序等)
Redis cluster 原理
OpenFaaS实战之四:模板操作(template)