当前位置:网站首页>缺少比较器,运放来救场!(运放当做比较器电路记录)
缺少比较器,运放来救场!(运放当做比较器电路记录)
2022-08-10 13:30:00 【InfoQ】
电路小课堂,结合实际聊一聊使用运放做比较器的例子... by 矜辰所致前言
一、运放和比较器
1.1 简介


开环电路是不接入反馈的电路,输出端不会影响到输入端。
闭环电路是接入反馈的电路,也就是输出端会影响到输入端。
那么对运放来说,接入反馈电阻是闭环电路,不接入是开环电路。
1.2 *输出端*




1.3 运放当做比较器注意事项
- 响应速度比真实比较器慢,运放被设计为工作在有负反馈的线性段,因此饱和的运放一般有较慢的翻转速度。大多数运放中都带有一个用于限制高频信号下压摆率的补偿电容。这使得运放比较器一般存在微秒级的传播延迟,与之相比专用比较器的翻转速度在纳秒量级。
- 运放没有内置迟滞电路,需要专门的外部网络以延迟输入信号。
- 运放的静态工作点电流只有在负反馈条件下保持稳定。当输入电压不等时将出现直流偏置。
- 比较器的作用为数字电路产生输入信号,使用运放比较器时需要考虑与数字电路接口的兼容性。
- 多节运放的不同频率间可能产生干扰。
- 许多运放的输入端有反向串联的二极管。运放两极的输入一般是相同的,这不会造成问题。但比较器的两极需要接入不同的电压,这就可能导致意想不到的二极管的击穿。
二、电路记录
2.1 一个得意的方案替换


2.2 一些细节的再次说明

结语
边栏推荐
- [219] The training course notes of the go engineer with more than 3,000 MOOCs 02 Programming ideas in the go language
- vue 怎么清除tab 切换缓存问题 ?
- C#报错 The ‘xmins‘ attribute is not supported in this context
- 代码随想录笔记_动态规划_70爬楼梯
- Send a post request at the front desk can't get the data
- Import other custom namespaces in C#
- 如何完成新媒体产品策划?
- 2022年五大云虚拟化趋势
- MySQL interview questions
- 22家!北京昌平区通报存在食品安全问题餐饮服务企业
猜你喜欢

【学习笔记】Redis的持久化

Efficient and Robust 2D-to-BEV Representation Learning via Geometry-guided Kernel Transformer 论文笔记
![ArcMAP has a problem of -15 and cannot be accessed [Provide your license server administrator with the following information:Err-15]](/img/da/b49d7ba845c351cefc4efc174de995.png)
ArcMAP has a problem of -15 and cannot be accessed [Provide your license server administrator with the following information:Err-15]

【ECCV 2022|百万奖金】PSG大赛:追求“最全面”的场景理解

SenseTime self-developed robotic arm, the first product is an AI chess-playing robot: Guo Jingjing is also invited as an endorsement

mSystems | Zhongnong Wang Jie Group Reveals the Mechanisms Affecting Soil "Plastic Interstitial" Microbial Communities
Existing in the rain of PFAS chemical poses a threat to the safety of drinking water

网络安全——XSS之被我们忽视的Cookie

重要通知 | “移动云杯”算力网络应用创新大赛初赛延期!!

如何完成新媒体产品策划?
随机推荐
Jiugongge lottery animation
Shell:数组
雨水中存在的PFAS化学物质对饮用水安全构成了威胁
YTU 2295: KMP模式匹配 一(串)
Interface Automation Testing Basics
Error: Rule can only have one resource source (provided resource and test + include + exclude)
【学习笔记】Redis的持久化
ArcMAP has a problem of -15 and cannot be accessed [Provide your license server administrator with the following information:Err-15]
一种能让大型数据聚类快2000倍的方法,真不戳
tampercfg内核模块导致机器频繁crash
递归递推之计算组合数
2022-08-09:以下go语言代码输出什么?A:否,会 panic;B:是,能正确运行;C:不清楚,看投票结果。 package main import ( “fmt“ “syn
Short read or OOM loading DB. Unrecoverable error, aborting now
vivado闪退或者message无显示
Import other custom namespaces in C#
ES5和SE6来实现一个Promise效果
指针(C语言初解)
CodeForces - 834C
NAACL 2022 | 简单且高效!随机中间层映射指导的知识蒸馏方法
Code Casual Recording Notes_Dynamic Programming_70 Climbing Stairs