NE5532运放加法器

目录

原理图

PCB

规格书


模拟加法器就是把两个信号混到一起。

这里用的是NE5532运放做的一个加法器

原理图

PCB

经过测试,是能够正常使用的。

规格书

These devices are precision timing circuits capable of producing accurate time delays or oscillation. In the timedelay or monostable mode of operation, the timed interval is controlled by a single external resistor and capacitor network. In the astable mode of operation, the frequency and duty cycle can be controlled independently with two external resistors and a single external capacitor. The threshold and trigger levels normally are two-thirds and one-third, respectively, of VCC. These levels can be altered by use of the control-voltage terminal. When the trigger input falls below the trigger level, the flip-flop is set, and the output goes high. If the trigger input is above the trigger level and the threshold input is above the threshold level, the flip-flop is reset and the output is low. The reset (RESET) input can override all other inputs and can be used to initiate a new timing cycle. When RESET goes low, the flip-flop is reset, and the output goes low. When the output is low, a lowimpedance path is provided between discharge (DISCH) and ground. The output circuit is capable of sinking or sourcing current up to 200mA. Operation is specified for supplies of 5V to 15V. With a 5-V supply, output levels are compatible with TTL inputs.

这些设备是精密定时电路,能够
产生精确的时间延迟或振荡。在延时或单稳态操作模式下,定时间隔为
由单个外部电阻器和电容器网络控制。
在不稳定运行模式下,频率和占空比
循环可以通过两个外部独立控制
电阻器和单个外部电容器。
阈值和触发水平通常为三分之二和
分别占VCC的三分之一。这些级别可以更改
通过使用控制电压端子。当触发输入
低于触发电平,触发器被设置,输出
走高。如果触发输入高于触发水平,并且
阈值输入高于阈值水平,触发器
复位,输出低。重置(reset)输入可以
覆盖所有其他输入,可用于启动新的
定时周期。当RESET变低时触发器复位,
并且输出变低。当输出低时,在放电(DISCH)和
地面。
输出电路能够吸收或向上提供电流
至200mA。操作规定适用于5V至15V的电源。
使用5V电源,输出电平与TTL兼容
输入。

 

Monostable Operation For monostable operation, any of the ‘555 timers can be connected as shown in Figure 1. If the output is low, application of a negative-going pulse to the trigger (TRIG) sets the internal flip-flop and drives the output high. Capacitor C is then charged through RA until the voltage across the capacitor reaches the threshold voltage of the threshold (THRES) input. If TRIG has returned to a high level, the output of the threshold comparator resets the internal flip-flop, drives the output low, and discharges C.

Monostable Operation For monostable operation, any of the ‘555 timers can be connected as shown in Figure 1. If the output is low, application of a negative-going pulse to the trigger (TRIG) sets the internal flip-flop and drives the output high. Capacitor C is then charged through RA until the voltage across the capacitor reaches the threshold voltage of the threshold (THRES) input. If TRIG has returned to a high level, the output of the threshold comparator resets the internal flip-flop, drives the output low, and discharges C.

单稳态运行
对于单稳态操作,可以如图1所示连接任何555定时器。如果输出低,则应用
触发器的负向脉冲(TRIG)设置内部触发器并驱动输出为高。然后对电容器C进行充电
通过RA,直到电容器两端的电压达到阈值(THRES)输入的阈值电压。如果TRIG有
回到高电平后,阈值比较器的输出重置内部触发器,将输出驱动为低电平,以及
放电C。 

Monostable operation is initiated when TRIG voltage falls below the trigger threshold. Once initiated, the sequence ends only if TRIG is high for at least 10μs before the end of the timing interval. When the trigger is grounded, the comparator storage time can be as long as 10μs, which limits the minimum monostable pulse width to 10μs. Because of the threshold level and saturation voltage of Q1, the output pulse duration is approximately tW = 1.1RAC. Figure 3 is a plot of the time constant for various values of RA and C. The threshold levels and charge rates both are directly proportional to the supply voltage, VCC. The timing interval is, therefore, independent of the supply voltage, so long as the supply voltage is constant during the time interval. Applying a negative-going trigger pulse simultaneously to RESET and TRIG during the timing interval discharges C and reinitiates the cycle, commencing on the positive edge of the reset pulse. The output is held low as long as the reset pulse is low. To prevent false triggering, when RESET is not used, it should be connected to VCC. 

当TRIG电压降至触发阈值以下时,启动单稳态操作。一旦启动,序列只会结束
如果TRIG在定时间隔结束前至少10μs处于高电平。当触发器接地时,比较器存储器
时间可以长达10μs,这将最小单稳态脉冲宽度限制在10μs。由于阈值水平和
Q1的饱和电压,输出脉冲持续时间约为tW=1.1RAC。图3是
RA和C的各种值。阈值水平和充电率都与电源电压VCC成正比。
因此,只要电源电压在该时间段内保持恒定,定时间隔就与电源电压无关
间隔。
在定时间隔期间同时向RESET和TRIG施加负向触发脉冲,放电C和
从复位脉冲的正沿开始重新启动循环。只要复位脉冲为
低。为防止误触发,当不使用RESET时,应将其连接到VCC。

Multisim是一款功能强大的模拟电子电路设计软件,可以用于模拟各种电子电路的工作原理和性能。在Multisim中,我们可以使用数字集成电路来模拟加法器的工作。 加法器是一种数字电路,用于进行二进制数的相加算。最简单的加法器是半加器,它可以对两个二进制位进行相加,并产生一个和位和一个进位位。在Multisim中,我们可以使用逻辑门来实现半加器。一个半加器由一个异或门和一个与门组成,它们的输入分别连接两个二进制位并接收两个进位信号,输出为和位和进位位。我们可以通过设置输入的电压值来模拟输入的二进制位,通过观察输出的电压值来获得加法算的结果。 在进行更复杂的加法算时,我们可以使用全加器。全加器可以对两个二进制位以及前一个加法器的进位位进行相加算,并产生和位和进位位。在Multisim中,我们可以使用两个半加器和一个或门来实现全加器。两个半加器分别接收输入的两个二进制位和进位位,并输出两个中间和位和一个中间进位位。接着,中间和位再连接到一个或门,与另一个进位位相连,产生最终的和位和进位位。同样地,通过设置输入的电压值来模拟输入的二进制位和进位位,通过观察输出的电压值来获得加法算的结果。 通过使用Multisim进行加法器的模拟,我们可以验证加法器的功能和性能,检查其是否满足设计要求。同时,我们还可以根据需要进行参数调节和优化,以获得更好的加法器设计。
评论 8
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

YY_Share

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值