Electronic – Potentiometer Circuit Design

designgainpotentiometersignaltransistors

For a fun project I've been trying to create some sort of circuit that behaves as follows:

  • Two outputs, Vout1 and Vout2.
  • One Input Vin
  • 1 Controlling potentiometer Rpot from 0-MAX.
  • Any combination (and amount) of BJTs, MOSFETs, capacitors, inductors, and resistors.

What I'm trying to accomplish is this: An AC signal enters the circuit. When Rpot is at some middle value say Rpot = .5MAX, both outputs are essentially in parallel and connected to the source Vin. Vout1 and Vout1 must receive the same signal (or very very close, 1-5mV off), and also must have at least 90% of the magnitude that Vin has (so if Vin has an amplitude of 1V, Vout1 and Vout2 must have an amplitude of ~.8V or better).

As Rpot is increased to its MAX value, I want to decrease the amount of the signal that Vout1 or Vout2 receives.

For Example:
As Rpot increases to MAX, Vout1 = 1V amplitude while Vout2 = .5V And if Rpot approaches its 0 value then Vout2 = 1V amplitude while Vout1 = .5V

While the amplitudes I'm using are arbituary I think it gets what I'm trying to accomplish across. As I either increase or decrease the resistance of Rpot, I only want one output to attenuate at a time.

I've tried numerous voltage divider circuits and tried to use some BJTs to create some logical feedback but I'm running into wall. The closest I've gotten is using a voltage regulator that turns on when one channel is attenuating but I can't quite get it to work. Any help would be appreciated.

Thanks in advance!

Best Answer

Here's the simplest way to get what you asked for:-

schematic

simulate this circuit – Schematic created using CircuitLab

Each side of VR1 forms a voltage divider in combination with R2/R3 or R1/R4. When the pot is centered each side is 5K so the signals at Vout1 and Vout2 are attenuated by less than 10%. Thus each output is more than 90% of Vin, and (assuming the pot can be precisely centered) exactly the same as the other.

As the pot is moved off center the resistance of one side decreases, causing more attenuation on that side. At full rotation that side is short, and then the series resistors divide the voltage by two. The other side now has less than 5% attenuation, ie. a slightly higher voltage than when the pot was centered, but that is still within your specification of being 90~100% of the input voltage.

If this was an audio circuit (eg. balance control) it would sound like one side stays at constant volume while the other side gets quieter. However the attenuation control is very non-linear, being 'soft' in the center and getting more aggressive towards either end.

Trying to make the attenuation control more linear is where you are likely to 'run into a wall'. You could use the pot to generate DC control voltages that can be shaped to suit whatever response you want, but then you need voltage controlled amplifiers or attenuators that can handle 1V signals with low distortion - which are not easy to make using only discrete components.