Bob Monsen wrote:
> "M. Hamed" <mhs000@gmail.com> wrote in message
>
> > In playing with my simple emitter follower circuit trying to figure
> > out why there's very faint output when connected to my 8 Ohm speakers,
> > I came upon some important realizations.
> >
> > My circuit is a simple emitter follower with one transistor. The base
> > is biased to midpoint through a voltage divider and the input is
> > capacitively coupled. The output is also capacitively coupled through
> > a large capacitor to block DC. The emitter resistor is 5K.
> >
> > I expected that with a large capacitor, even an 8 Ohm speaker would be
> > suitable to place the corner frequency of the high pass filter low
> > enough to pass audio frequencies and high enough to block DC. However
> > I was faced with two anomalies. Whenever I connect my speaker after
> > the capacitor, I hear a very faint and distorted sound. Whenever I
> > connect the speaker before the capacitor (the NPN's emitter), I get an
> > almost exact replica of the input (which is what the emitter follower
> > is supposed to do). Simulation confirmed this behavior but I was
> > puzzled with the result. Do I throw out of the window all I know about
> > high pass filters and frequency response. Also do I throw out the
> > importance of bias? Here we have a high pass filter that is not acting
> > like a high pass filter. And we have a low resistance emitter resistor
> > (after connecting the speaker in parallel with the 5K emitter
> > resistor) that should throw the bias point way off midpoint.
>
> In the first case, the cap isn't discharging properly, so you end up with
> the input to the cap pegged at Vin(max)-Vbe. This means that the output
> transistor can't actually put any power through the cap, because it's
> voltage isn't varying.
>
> The way to understand this is to figure out what the impedance is that the
> speaker sees when the transistor is on, vs the impedance it sees when the
> transistor is off. In the first case, it sees something like 1/10 the input
> impedance. In the second case, it sees 5k (since the transistor is off, so
> all you see is the emitter resistor).
>
> As a consequence, the circuit acts kinda like a diode, where the cap can be
> charged when the transistor is on, but can't be discharged when the
> transistor is off. Current in, no current out means it pumps up to the
> maximum voltage.
>
> >
> > After playing with simulation for a while, and replacing the
> > transistor with equivalent circuit, etc, I hit upon one of my biggest
> > realizations in electronics (mind me if it's too obvious for you). The
> > models are correct so long as the transistor is ON and operating in
> > its linear region. In such a case the high pass filter will act nicely
> > and block DC and pass the audio signal. However, with such low
> > resistance, If the output to follow the input faithfully, huge current
> > will have to pass in the capacitor for the slightest negative output
> > voltage, and since the current in the emitter resistor (5 KOhm) is
> > very small compared, this current would have to follow in the
> > transistor in the opposite direction, so the transistor turns off.
> > That's my reasoning for why the transistor would turn off.
>
> No, this will happen with a real circuit too. The problem isn't the
> simulation, it is the circuit.
>
> >
> > So now we have another mode of operation. Now it's another circuit.
> > It's not a high pass filter but a capacitor discharging through a
> > resistor. At a certain point the capacitor charge will be large enough
> > to have the transistor turn on only very briefly and the output
> > voltage change so little.
> >
>
> Right.
>
> > What caused my confusion is that in most electronic circuits, there
> > are transistors but often the circuit description doesn't tell if that
> > transistor will be ON all the time or not. Then analysis follows that
> > replaces caps with shorts at signal frequencies etc. But that's valid
> > only if the transistor stays on and hence acts as a linear device. I
> > wonder if circuit designers even with all their experiences and rules
> > of thumb take the extra step of analysis (or simulation) to make sure
> > the transistor is always operating in the linear region. If they do,
> > it's often not mentioned to us, less experienced people. In other
> > applications, such as rectifiers, the charging and discharging is
> > explicitly mentioned and used. This dual role of the capacitor always
> > puzzled me, when to think of it as a charging/discharging device, and
> > when to think in terms of frequency response and frequency dependent
> > impedance.
>
> You need another transistor to pull down on the cap. The typical output
> driver needs both a way to pull up, and a way to pull down.
> >
> > The other question was why connecting the speaker directly to the
> > output is OK. Why no blocking capacitor is needed? It turned out that
> > the small impedance shifts the DC bias point very close to ground, and
> > hence the output is a replica of the input but shifted up in DC level
> > just a few millivolts above ground, which seems to not alter the
> > speaker response much. That seems to be a problem if the gain is high
> > and clipping will start to happen as you move away from midpoint, but
> > when the gain is 1, no problem since the input signal is already a few
> > millivolts around 0.
>
> Connecting the speaker directly means you end up with a DC current through
> it all the time of (Vcc/2 - Vbe)/R
>
> Where R is the DC resistance of the speaker. Not good. However, the
> transistor gets to vary the current on top of the bias, which causes the
> magnetic field to vary, causing the paper to move.
>
> >
> > A possibility here is that the speaker also responds to changes in
> > magnetic field and hence the DC component wouldn't matter, but i'm not
> > sure about that one.
> >
>
> You are thinking too hard.
>
> > I apologize for anyone who took the effort and went through my long
> > post. Am I right in my conclusions?
> >
> > Thank you.
>
> Try this circuit instead:
>
> -------------------o------------.
> | |
> | |
> .-. |
> 470 | | |
> | | |
> '-' |
> | |
> | |/
> o----------| NPN
> | |>
> V |
> - |
> || | | || __ /|
> ------||--------o o----||--------| | |
> || | | || .--|__| |
> V | | \|
> 1uF - | 10uF |
> | |< |
> o----------| PNP |
> | |\ ===
> | | GND
> | |
> .-. |
> 470 | | |
> | | |
> '-' |
> | |
> ------------------o------------'
> (created by AACircuit v1.28.6 beta 04/19/05
http://www.tech-chat.de)
>
> It still sucks, but it sucks far less than your circuit.
>
> Filters are interesting, but that isn't your problem here. Notice that when
> the input goes down below the midpoint, that causes the NPN to turn off, and
> the PNP to turn on. This is also a 'follower' of a kind, it just has a more
> balanced impedance in both directions.
If you want it to work rather better, Use 2 input caps, commoned at the input
side and connect one to each base.
Stabilising the quiesecent current with some emitter Rs wouldn't go amiss either
(use an extra diode in the biasing network).
Graham