2

I am not sure where to start deriving the transfer function of this circuit.

If I do a control diagram then I need to know the initial values to convert the system into the Laplace domain, so I guess that is really key to where I am stuck.

How would I derive the initial values t(0) for this system? It seems like every transistor affects the other, so how do I know where it settles to?

schematic

simulate this circuit – Schematic created using CircuitLab

JRE
  • 67,678
  • 8
  • 104
  • 179
  • You mention a transfer function but appear to also want the DC operating point. I'm not sure. Are you looking for the DC operating point? If so, are you *specifically* looking to apply \$V_\text{CC}=1\:\text{V}\$? – jonk May 11 '21 at 16:00
  • That's the crux of the issue, I'm not sure how to mathematically seperate the DC operating points from deriving a transfer function in this case. I am not sure how the system starts or if this is even really a linear system. All of the values are generic; I am trying to figure out this issue analytically. –  May 11 '21 at 16:02
  • Bizarre circuit, but Q1 is an emitter follower. If Vin is an ideal or low impedance source can you work out the voltage on the top of R6 (DC and AC) and get Vout from there? – John D May 11 '21 at 16:10
  • "*how to mathematically seperate the DC operating points from deriving a transfer function*" : finding DC operating point is to be done **before** deriving a transfer function. Finding DC operating point is to solve a set of non linear algebraic equations. Use a SPICE program for that (The circuit lab diagram can do it). You may be able to solve it by hand; but becomes tedious. – AJN May 11 '21 at 16:28
  • After find the operating point, you can linearise the transistor; i.e., finding `gm`, `re` etc. once the transistor s replaced by its linear model, **then** you start with finding the transfer function process. – AJN May 11 '21 at 16:30
  • Well, I would replace all transistors by their hybrid-\$\pi\$ models and short source \$V_1\$ to ground (0-V in ac). Then open the caps to derive the dc gain and apply the fast analytical techniques or FACTs to determine this 2nd-order transfer function. I would capture the whole thing in a SPICE simulator with the small-signal model of the transistor made of (\$r_{\pi}\$ and the controlled current source \$\beta i_b\$). That way you can check your hand calculations match simulation results and progress step by step. – Verbal Kint May 11 '21 at 16:34
  • @nattylight I don't know what made you select this particular topology. But there are two NFBs in play and you need to make decisions about voltage gain, signal input details, the output load (which with an emitter follower here I hope is *not* a speaker), and so on. The DC operating point is *designed*, not guessed at. If you design it, then that's where it will be (close enough.) I also really don't understand the whys of those capacitors. So it's less interesting to me because of that. Without them, more so, though. Where did you find this? – jonk May 11 '21 at 16:50
  • Jonk, its a small audio signal circuit for microphone preamplifiers, possibly the most popular in the world, but it was designed in the early 50s (neve 1073 or 1290). As a modern EE I am not sure where to start with it, so it has been in the back of my mind. It is not the complete circuit, the following stage is more straight forward so I did not include it. –  May 11 '21 at 17:27
  • @nattylight I'll write up a very simple approach in getting the DC bias. There's a fairly easy-to-see "loop" that gets you a large part of the way, making a few reasoned assumptions. I'm pretty sure you'll follow it fine. By the way, before Verbal Kint happened upon that nice schematic, I'd already quickly come up with the values for \$R_{17}\$ and \$R_{18}\$ in his schematic. Within 10% of those values, in fact. – jonk May 11 '21 at 23:24

2 Answers2

4

Intro

It's a great catch that Verbal Kint made; that schematic. It helps a great deal. There are a lot of details I used to see in these older BJT designs there, including isolation methods I might discuss later on. Also, the NFBs that were visible to me in the diagram you gave have been largely rendered moot in the more accurate diagram. For example, what I imagined as NFB from the middle BJT's (your \$Q_2\$) emitter back to the base of the left BJT (\$Q_1\$) is actually destroyed (shorted out at AC) by a \$125\:\mu\text{F}\$ capacitor in the actual diagram. So it's important to get all the details laid out to avoid misunderstanding.

That said, the DC loop to analyze for the DC operating points remains similar. So I can just ignore the small-signal AC stuff, I think, and just focus on a really easy approach to working out the DC bias details.

Rather than duplicate Verbal Kint's diagram from his answer, I'll just extract the part values and numbers from it, while eliminating the AC bits I don't care about:

schematic

simulate this circuit – Schematic created using CircuitLab

One last detail. It took me a few minutes, but I found out that the \$B+\$ supply is \$+24\:\text{V}\$. This feeds a \$270\:\Omega\$ resistor and \$470\:\mu\text{F}\$ capacitor that are not shown in Verbal Kint's diagram. It's the voltage at the capacitor that is \$N\$ in the schematic. Just FYI. (See diagram near bottom, below.)

DC Bias Loop

The DC operating point for this schematic just requires some starting point. Then just walk it around and follow along towards its conclusions.

Let's start with the output, which I've labeled \$V_{\text{E}_6}\$ and work around a simple loop. (Let's assign \$V_\text{CC}=V_\text{N}\$.)

  1. From \$V_{\text{E}_6}\$ we find that \$V_{\text{E}_4}\approx V_{\text{E}_6}\frac{R_{18}}{R_{17}+R_{18}}\$. The counter-argument to this would be that the emitter current from \$TR_4\$ might upset this simplifying assumption about a resistor divider. But the counter to that counter is that the collector current for \$TR_4\$ is obviously quite small. You only have to glance at the size of \$R_{11}+R_{12}\$ to see what I mean. So we can afford to ignore that distraction and continue on.
  2. \$V_{\text{B}_6}\approx V_{\text{E}_6} +V_{\text{BE}_6}\$ (the base voltage is about a diode drop above its emitter voltage.) So the quiescent current for \$TR_5\$ is \$I_{\text{Q}_5}\approx \frac{V_\text{CC}-V_{\text{E}_6} -V_{\text{BE}_6}}{R_{13}}\$.
  3. \$I_{\text{Q}_5}\$ generates an obvious voltage drop across \$R_{15}\$, so we know that \$V_{\text{B}_4}\approx I_{\text{Q}_5}\cdot R_{15}\$. Again, the counter argument here is that \$TR_4\$'s base current causes a voltage drop across \$R_{10}\$. But again that is itself countered by the fact that since \$TR_4\$'s collector current is so small, its base current is then still that much smaller still, and it won't count for more than a few hundredths of a volt. So we can afford to ignore that distraction, too, and continue on.
  4. \$V_{\text{B}_4}\approx V_{\text{E}_4} +V_{\text{BE}_4}\$ (see similar statement in #2 above.) So from #3 above \$I_{\text{Q}_5}\cdot R_{15}\approx V_{\text{E}_4} +V_{\text{BE}_4}\$ and therefore \$V_{\text{E}_4}\approx I_{\text{Q}_5}\cdot R_{15}-V_{\text{BE}_4}\$.
  5. From #2's \$I_{\text{Q}_5}\$ and the results from #4, find \$V_{\text{E}_4}\approx \frac{V_\text{CC}-V_{\text{E}_6} -V_{\text{BE}_6}}{R_{13}}\cdot R_{15}-V_{\text{BE}_4}\$.
  6. But from #1 and #5, find that \$V_{\text{E}_6}\frac{R_{18}}{R_{17}+R_{18}}\approx \frac{V_\text{CC}-V_{\text{E}_6} -V_{\text{BE}_6}}{R_{13}}\cdot R_{15}-V_{\text{BE}_4}\$.

Solve #6 for \$V_{\text{E}_6}\$:

$$V_{\text{E}_6}\approx \frac{\frac{R_{15}}{R_{13}}\cdot\left(V_\text{CC}-V_{\text{BE}_6}\right)-V_{\text{BE}_4}}{\frac{R_{15}}{R_{13}}+\frac{R_{18}}{R_{17}+R_{18}}}$$

I'll let you plug in values and run a Spice simulation for it and then compare results. But the point is that you can get yourself close to a starting point in analyzing the DC operating point for the circuit without a lot of trouble. Just a few steps around a loop. And not very difficult ones, to be honest.

Yes, I've made a few simplifying assumptions. But I also justified them, too. But if you want to spend more time and get a slightly improved result you can include estimates on the emitter current of \$TR_4\$. (Even with say \$20\:\text{V}\$ across \$R_{11}\$ and \$R_{12}\$ that only comes to about \$250\:\mu\text{A}\$ that is added to something close to \$5\:\text{mA}\$ for \$TR_6\$'s emitter current. Perhaps 5%?) You could add that adjustment, if you wanted, and you can also consider the few hundredths of a volt drop across \$R_{10}\$, too. But you wouldn't stray too far for all the added trouble getting there.

And finally, I found this detail on the power supply rail for the circuit:

enter image description here

So the voltage at \$V_\text{CC}=V_\text{N}\$ will be about \$1.5\:\text{V}\$ less than \$24\:\text{V}\$ with just one module attached. Still less, with another module. So I'm not exactly sure of the operating rail voltage for the amplifier stage. But at least you have a rough idea about it.

Small Models??

There's no need for hybrid-\$\pi\$ models here. Well, actually, one could use the hybrid-\$\pi\$ model if they used the large signal version found here. But when someone says hybrid-\$\pi\$ model they almost always mean the linearized small-signal version of the large signal model. They almost never mean the large signal model. Yet it is the large signal model that is the only thing that would work here in figuring out the DC operating point, if you wanted to go crazy. (You'd have to really love the LambertW function if you wanted a closed solution, too.)

The linearized, small-signal hybrid-\$\pi\$ model is for AC analysis. Not for DC operating points.

jonk
  • 77,059
  • 6
  • 73
  • 185
3

If I had to determine this transfer function, I would first start with a working circuit which gives a meaningful response in a SPICE simulation. I have found this manual reproducing a portion of the NEVE's 1073 channel amplifier:

enter image description here

The bias points below do not seem wrong at first sight and the ac response shows a flat 17-dB gain from 1 Hz to 100 kHz. The phase response also looks quite flat starting from 10 Hz:

enter image description here

The bias is 10 V in this example. Now, to determine the transfer function of this circuit, as I said in the comments, replace each transistor by its 1st-order hybrid-\$\pi\$ model as shown below in which I used arbitrary values for the dynamic base-emitter junction resistance \$r_\pi\$ and the gain \$\beta\$:

enter image description here

From this small-signal circuit whose response is similar to the original one, then you can proceed and determine the transfer function. The nodes decoupled by the big caps like \$C_6\$ and \$C_4\$ in the small-signal circuit can be ac grounded considering their large value. In the same circuit, \$C_3\$ and \$C_5\$, the dc blocks, can also be shorted this leaves you with 3 capacitors making this stage a 3rd-order amplifier.

I would personally use the fast analytical circuits techniques or FACTs as described in my book dedicated to the subject. Good luck!

Verbal Kint
  • 20,420
  • 1
  • 16
  • 50