Hey guys,
Just curious, it is possible to implement the following input/output voltage response utilizing analogue circuitry only?
V_IN V_OUT
0.0 3.5
1.0 3.5
2.0 3.5
3.0 3.5
3.5 3.5
4.0 4.0
5.0 5.0
6.0 5.0
7.0 5.0
So, basically, input control voltage (V_IN) can be in the range of 0-7 VDC
Min output control voltage (V_OUT) - 3.5VDC, even when V_IN is lower.
Max V_OUT - 5VDC, even when V_IN is higher.
If V_IN is >=3.5 and <5.0 VDC - V_OUT is following the input.
Regarding the max limit, I can clamp it with a Zener diode, but what about the lower limit?
Appreciate any ideas.
Hi,
What you are suggesting is like a wave shaper circuit. It takes an input range and shapes it into a different range where some of the outputs may be similar for different inputs.
The typical way to do this using pure analog circuitry would be to use diode break points. That's where diodes are used to change the current level as the input is increased and thus produce a different output level. It depends on the exact levels you need though.
This usually means you have to have an input that is always higher than the output, but if you can use op amps you may be able to get higher values from lower values also.
You could start by just trying to get two distinct levels from a ramp input. It will still be hard to get the exact levels you require you'll have to compromise a little. For example, if you want 3.5v 3.5v 3.5v from a slowly rising input, you might actually get 3.4v, 3.5v, 3.6v so you'll have to determine if that is acceptable. You may even be able to get better than that, like 3.45v, 3.50v, 3.55v which is a little closer.
You could also look at diode sine wave shaper circuits, and transistor sine wave shaper circuits to get an idea how this is done. It also depends partly on how complex you want to allow the circuit to become as to how many components are allowed.
I don't know if you consider comparator circuits to be analog but if you do you can do a lot better.
In any case you'd have to specify your input/output relationship a lot better. For example, if you go from 3.5v to 4.0v, what do you want to happen beween those two, if anything. Do you want a ramp between those two or just a step from 3.5 up to 4.0v or something else.
So far you have pairs 3.5, 3.5, then 4.0, 4.0, but what about an input of 3.6, 3.7, 3.8v, etc.