当前位置:网站首页>LDO investigation
LDO investigation
2022-08-04 01:03:00 【Carol0630】
LDO stands for low dropout regulator, which is a low dropout linear regulator.This is relative to traditional linear regulators.Traditional linear regulators, such as 78XX series chips, require that the input voltage is at least 2V~3V higher than the output voltage, otherwise it will not work properly.But in some cases, such conditions are obviously too harsh, such as 5V to 3.3V, the voltage difference between input and output is only 1.7v, which obviously does not meet the working conditions of traditional linear regulators.In response to this situation, chip manufacturers have developed LDO-type voltage conversion chips.
Voltage dropout, noise, power supply rejection ratio (PSRR), quiescent current Iq, these are the four key data of LDO.
Product designers choose LDOs according to the electrical performance requirements of product loads combined with four major elements.
LDOs used in mobile phones require as little noise (ripple) as possible, and portable products without RF require LDOs with low quiescent current.
Dropout
Vin >= Vdrop + Vout.
And generally need two external capacitors: Cin, Cout, generally using tantalum capacitors or MLCC.
Note: LDO is a voltage regulator.
The typical dropout voltage values are 50mV, 200mV, 240mV and 400mV.
[1]Peng Yu. An NMOS LDO without off-chip capacitor[D].Tianjin University of Technology, 2022.
The typical dropout voltage is about 82mV;【1.7V-1.2V-82mV】
When the input voltage is in the range of 1.7-5.5V, the output voltage is in the range of 1.2-5V.
Noise Noise
Power Supply Rejection Ratio (PSRR)
The power supply voltage rejection ratio of general LDOs is 70dB~80dB, and a few are about 58dB.
It can be seen that at low frequency, the PSRR is 83 dB, and when the frequency is 100 kHz, the PSRR is still 30
边栏推荐
- Analysis: What makes the Nomad Bridge hack unique
- Apache DolphinScheduler新一代分布式工作流任务调度平台实战-中
- Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
- 一个项目的整体测试流程有哪几个阶段?测试方法有哪些?
- c语言分层理解(c语言指针(上))
- 2023年航空航天、机械与机电工程国际会议(CAMME 2023)
- Android interview questions and answer analysis of major factories in the first half of 2022 (continuously updated...)
- nodejs 安装多版本 版本切换
- typescript52-简化泛型函数调用
- 身为程序员的我们如何卷死别人?破局重生。
猜你喜欢
随机推荐
typescript54-泛型约束
敏捷交付的工程效能治理
跨域问题解决方式 代理服务器
typescript48-函数之间的类型兼容性
手撕Nacos源码,今日撕服务端源码
多渠道打包
Android interview questions and answer analysis of major factories in the first half of 2022 (continuously updated...)
一文参透分布式存储系统Ceph的架构设计、集群搭建(手把手)
.NET Static Code Weaving - Rougamo Release 1.1.0
通用的测试用例编写大全(登录测试/web测试等)
C# WPF设备监控软件(经典)-下篇
优秀的测试/开发程序员,是怎样修炼的?步步为营地去执行......
因为一次bug的教训,我决定手撕Nacos源码(先撕客户端源码)
Apache DolphinScheduler新一代分布式工作流任务调度平台实战-中
typescript55 - generic constraints
Web3 security risks daunting?How should we respond?
《The Google File System》新说
【超详细教程】LVS+KeepAlived高可用部署实战应用
Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
分析:Nomad Bridge黑客攻击的独特之处