施密特触发器计算器
计算施密特触发器的上下阈值电压。
V
V
V
kΩ
kΩ
输出电压
-6.000 V
Gain per Input-1.00 V/V
Output Voltage vs Input Voltage V1
公式
## Inverting Summing Amplifier ### Formula (equal input resistors) **V_out = -(Rf / Rin) x (V1 + V2 + V3)** When Rf = Rin the output is simply the inverted sum. Different input resistor values allow weighted summation.
计算示例
Three inputs at 1 V, 2 V, 3 V with Rin = Rf = 10k.
- 01Sum = 1 + 2 + 3 = 6 V
- 02Gain = -10 / 10 = -1
- 03V_out = -1 x 6 = -6 V
常见问题
Can I weight inputs differently?
Yes. Use different input resistors. The gain for each input is -Rf / Rn for that channel.
What is a common application?
Audio mixers use summing amplifiers to combine multiple audio signals into one output.
Why is the output inverted?
It uses the inverting configuration. Add a second inverting stage with gain -1 to restore polarity if needed.
学习