2

I don't understand the circuit itself, how we will get VOH and VOL on the outputs. There is 2 modes one mode is when Q1 is conducting and the other mode is when Q2 is conducting , how from here how will we get the VOH and VOL in the 2 outputs?

enter image description here

Danny Am
  • 21
  • 3

1 Answers1

3

A basic simulation of the circuit can be set up right in the CircuitLab circuit editor available in both the question and answer editors.

schematic

simulate this circuit – Schematic created using CircuitLab

Q1 and Q2 base voltages, and Q3 and Q4 emitter voltages are plotted below.

Q1 and Q2 form a differential-input pair. That's what makes it work, pretty much.

The inputs have no differential voltage across them, Q1 and Q2 conduct equal currents, the voltage drop across R1 and R2 is similar, and is then buffered by the emitter followers Q3 and Q4, and there's not much voltage difference between Q3.E and Q4.E.

As soon as the differential input voltage is non-zero, Q1 and Q2 conduct different currents, since their B-E voltages differ. Voltage difference between the bottom of R1 and R2 grows, and is buffered by Q3 and Q4, so the difference across R3 and R4 is higher too.

enter image description here

There is 2 modes one mode is when Q1 is conducting and the other mode is when Q2 is conducting

That is a very "textbook" approximation and doesn't quite reflect what's happening. Q1 and Q2 always conduct. The ratio of their currents, when fully settled, is usually 1:5-1:20, depending on the details of implementation.

In the simulation above, the collector currents of Q1 and Q2 look as follows:

enter image description here

This ratio doesn't change if we replace the tail current source with a tail resistor of about 100Ω - it's still about 1:10.

  • Nice answer, that was a lot of work – Voltage Spike Mar 21 '23 at 17:06
  • 1
    @VoltageSpike :) That one was easy. Others took 1-2 orders of magnitude longer :) https://electronics.stackexchange.com/a/616375/10810 https://electronics.stackexchange.com/a/617788/10810 https://electronics.stackexchange.com/a/615668/10810 https://electronics.stackexchange.com/a/626690/10810 https://electronics.stackexchange.com/a/632290/10810 https://electronics.stackexchange.com/a/623192/10810 – Kuba hasn't forgotten Monica Mar 21 '23 at 19:07
  • https://electronics.stackexchange.com/a/617617/10810 https://electronics.stackexchange.com/a/623412/10810 https://electronics.stackexchange.com/a/649685/10810 Sorry for the commercial break, we can now return to regularly scheduled programming :) – Kuba hasn't forgotten Monica Mar 21 '23 at 19:24
  • 1
    Those ones did take longer. Its really cool to have a circuit sim built into the site. – Voltage Spike Mar 21 '23 at 20:29
  • It does. I wish they had resources to work on it more or open-sourced it. So much there to fix and I don’t feel comfortable releasing reverse engineered fixes… – Kuba hasn't forgotten Monica Mar 22 '23 at 15:34