User:John R. Brews/WP Import: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>John R. Brews
imported>John R. Brews
No edit summary
Line 32: Line 32:
{{Image|Bipolar current mirror with emitter resistors.PNG|left|200px| Bipolar current mirror:  ''I<sub>1</sub>'' is the ''reference current'' and ''I<sub>2</sub>'' is the ''output current''.}}
{{Image|Bipolar current mirror with emitter resistors.PNG|left|200px| Bipolar current mirror:  ''I<sub>1</sub>'' is the ''reference current'' and ''I<sub>2</sub>'' is the ''output current''.}}
{{Image|Small-signal circuit for bipolar mirror.PNG|right|300px| Small-signal circuit for bipolar current mirror:  ''I<sub>1</sub>'' is the amplitude of the small-signal ''reference current'' and ''I<sub>2</sub>'' is the amplitude of the small-signal ''output current''.}}
{{Image|Small-signal circuit for bipolar mirror.PNG|right|300px| Small-signal circuit for bipolar current mirror:  ''I<sub>1</sub>'' is the amplitude of the small-signal ''reference current'' and ''I<sub>2</sub>'' is the amplitude of the small-signal ''output current''.}}
The figure at left shows a bipolar current mirror with emitter resistors to increase its output resistance. Transistor ''Q<sub>1</sub>'' is ''diode connected'', which is to say its collector-base voltage is zero. The figure at right shows the small-signal circuit equivalent to the transistor circuit. Transistor ''Q<sub>1</sub>'' is represented by its emitter resistance ''r<sub>E</sub>'' ≈ ''V<sub>T</sub> / I<sub>E</sub>'' (''V<sub>T</sub>'' = thermal voltage, ''I<sub>E</sub>'' = [[Q-point]] emitter current), a simplification made possible because the dependent current source in the hybrid-pi model for ''Q<sub>1</sub>''  draws the same current as a resistor 1 / ''g<sub>m</sub>'' connected across ''r<sub>&pi;</sub>''. The second transistor ''Q<sub>2</sub>'' is represented by its [[hybrid-pi model]]. Table 1 below shows the z-parameter expressions that make the z-equivalent two-port electrically equivalent to the small-signal circuit for the mirror.
The figure at left shows a bipolar current mirror with emitter resistors to increase its output resistance.<ref name=feedback/> Transistor ''Q<sub>1</sub>'' is ''diode connected'', which is to say its collector-base voltage is zero. The figure at right shows the small-signal circuit equivalent to the transistor circuit. Transistor ''Q<sub>1</sub>'' is represented by its emitter resistance ''r<sub>E</sub>'' ≈ ''V<sub>T</sub> / I<sub>E</sub>'' (''V<sub>T</sub>'' = thermal voltage, ''I<sub>E</sub>'' = [[Q-point]] emitter current), a simplification made possible because the dependent current source in the hybrid-pi model for ''Q<sub>1</sub>''  draws the same current as a resistor 1 / ''g<sub>m</sub>'' connected across ''r<sub>&pi;</sub>''. The second transistor ''Q<sub>2</sub>'' is represented by its [[hybrid-pi model]]. Table 1 below shows the z-parameter expressions that make the z-equivalent two-port electrically equivalent to the small-signal circuit for the mirror.
{| class="wikitable" style="background:white;text-align:center;margin: 1em auto 1em auto"
{| class="wikitable" style="background:white;text-align:center;margin: 1em auto 1em auto"
!Table 1 !! Expression !! Approximation
!Table 1 !! Expression !! Approximation
Line 160: Line 160:
|<math> -1  </math>   
|<math> -1  </math>   
|}
|}
==ABCD-parameters==
The ABCD-parameters are known variously as chain, cascade, or transmission parameters.<ref name=Pozar/>
:<math> {V_1 \choose I_1} = \begin{pmatrix} A & B \\ C & D \end{pmatrix}{V_2 \choose I_2} </math>.
where
:<math>A = {V_1 \over V_2 } \bigg|_{I_2 = 0} \qquad B = {V_1 \over I_2 } \bigg|_{V_2 = 0}</math>
:<math>C = {I_1 \over V_2 } \bigg|_{I_2 = 0} \qquad D = {I_1 \over I_2 } \bigg|_{V_2 = 0}</math>
Note that we have inserted negative signs in front of the fractions in the definitions of parameters ''B'' and ''D''.  The reason for adpoting this convention (as opposed to the convention adopted above for the other sets of parameters) is that it allows us to represent the transmission matrix of cascades of two or more two-port networks as simple matrix multiplications of the matrices of the individual networks.  This convention is equivalent to reversing the direction of ''I''<sub>2</sub> so that it points in the same direction as the input current to the next stage in the cascaded network.
This technique is exactly analogous to the use of ABCD matrices for [[ray tracing]] in the science of [[optics]].  ''See also'' [[ray transfer matrix analysis|ray transfer matrix]].
===Table of transmission parameters===
The table below lists transmission parameters for some simple network elements.
{| align="center" border="1" cellspacing="0" cellpadding="4"
|- style="background-color: lightgray"
! Element
! Matrix
! Remarks
|-
| Series resistor
| align="center" |<math>\begin{pmatrix} 1 & -R \\ 0 & 1 \end{pmatrix} </math>
| ''R'' = resistance<br/>
|-
| Shunt resistor
| align="center" |<math>\begin{pmatrix} 1 & 0 \\ -1/R & 1 \end{pmatrix} </math>
| ''R'' = resistance<br/>
|-
| Series conductor
| align="center" |<math>\begin{pmatrix} 1 & -1/G \\ 0 & 1 \end{pmatrix} </math>
| ''G'' = conductance<br/>
|-
| Shunt conductor
| align="center" |<math>\begin{pmatrix} 1 & 0 \\ -G & 1 \end{pmatrix} </math>
| ''G'' = conductance<br/>
|-
| Series inductor
| align="center" |<math>\begin{pmatrix} 1 & -Ls \\ 0 & 1 \end{pmatrix} </math>
| ''L'' = inductance<br/> ''s'' = complex angular frequency
|-
| Shunt capacitor
| align="center" |<math>\begin{pmatrix} 1 & 0 \\ -Cs & 1 \end{pmatrix} </math>
| ''C'' = capacitance<br/>''s'' = complex angular frequency
|}
==Combinations of two-port networks ==
Series connection of two 2-port networks: '''Z = Z1 + Z2''' <br />
Parallel connection of two 2-port networks: '''Y = Y1 + Y2''' <br />
===Example:  Cascading two networks===
Suppose we have a two-port network consisting of a series resistor ''R'' followed by a shunt capacitor ''C''.  We can model the entire network as a cascade of two simpler networks:
:<math> \mathbf{T}_1  =  \begin{pmatrix} 1 & -R \\ 0 & 1 \end{pmatrix} </math>
:<math> \mathbf{T}_2  =  \begin{pmatrix} 1 & 0 \\ -Cs & 1 \end{pmatrix} </math>
The transmission matrix for the entire network '''T''' is simply the matrix multiplication of the transmission matrices for the two network elements:
:<math> \mathbf{T} =  \mathbf{T}_2 \cdot \mathbf{T}_1 </math>
:::<math> = \begin{pmatrix} 1 & 0 \\ -Cs & 1 \end{pmatrix} \cdot \begin{pmatrix} 1 & -R \\ 0 & 1 \end{pmatrix}</math>
:::<math> = \begin{pmatrix} 1 & -R \\ -Cs & 1+RCs \end{pmatrix} </math>
Thus:
:<math> \begin{pmatrix} V_2 \\ I_2 \end{pmatrix} = \begin{pmatrix} 1 & -R \\ -Cs & 1+RCs \end{pmatrix} \begin{pmatrix} V_1 \\ I_1 \end{pmatrix}</math>
===Notes regarding definition of transmission parameters===
1) It should be noted that all these examples are specific to the definition of transmission parameters given here.  Other definitions exist in the literature, such as:
:<math> {V_1 \choose I_1} = \begin{pmatrix} A & B \\ C & D \end{pmatrix}{V_2 \choose -I_2} </math>
2) The format used above for cascading (ABCD) examples cause the "components" to be used backwards compared to standard electronics schematic conventions.  This can be fixed by taking the transpose of the above formulas, or by making the <math> V_1, I_1 </math> the left hand side (dependent variables).  Another advantage of the <math> V_1, I_1 </math> form is that the output can be terminated (via a transfer matrix representation of the load) and then <math> I_2 </math> can be set to zero; allowing the voltage transfer function, 1/A to be read directly.
3) In all cases the ABCD matrix terms and current definitions should allow cascading.
4
==Networks with more than 2 ports==
While two port networks are very common (e.g. amplifiers and filters), other electrical networks such as directional couplers and isolators have more than 2 ports.  The following representations can be extended to networks with an arbitrary number of ports:
*[[Admittance parameters|Admittance (Y) Parameters]]
*[[Impedance parameters|Impedance (Z) Parameters]]
*[[Scattering parameters|Scattering (S) Parameters]]
They are extended by adding appropriate terms to the matrix representing the other ports.  So 3 port impedance parameters result in the following relationship:
:<math> \left[ \begin{array}{c} V_1 \\ V_2 \\V_3 \end{array} \right] = \left[ \begin{array}{ccc} Z_{11} & Z_{12} & Z_{13} \\ Z_{21} & Z_{22} &Z_{23} \\ Z_{31} & Z_{32} & Z_{33} \end{array} \right] \left[ \begin{array}{c}I_1 \\ I_2 \\I_3 \end{array} \right] </math>.
It should be noted that the following representations cannot be extended to more than two ports:
*Hybrid (h) parameters
*Inverse hybrid (g) parameters
*Transmission (ABCD) parameters
*Scattering Transmission (T) parameters


==References==
==References==

Revision as of 17:01, 20 May 2011

(PD) Image: John R. Brews
Two-port network with symbol definitions. A Thevenin voltage source with Thevenin impedance ZTh drives port 1, and impedance ZL loads port 2

A two-port network is an electrical circuit with two pairs of terminals. As shown in the figure, two terminals constitute a port only if they satisfy the essential requirement known as the port condition, namely, the same current must enter and leave a port.[1][2] Examples include small-signal models for transistors (such as the hybrid-pi model), filters and matching networks. The analysis of passive two-port networks is an outgrowth of reciprocity theorems first derived by Lorentz.[3]

A two-port network makes possible the replacement of either a complete circuit or part of it by a "black box" with a only four distinct parameters, enabling us to separate its behavior from that of its internal constituents, thus simplifying analysis. Any linear circuit with four terminals can be transformed into a two-port network provided that it does not contain an independent source and satisfies the port conditions.

The parameters used to describe a two-port network are the following: z, y, h, g. Each choice corresponds to a different choice for which pair of variables from port 1 and port 2 are chosen to be independent, externally applied sources and which two will be the dependent resultant variables determine by the two-port parameters (see the figure). The port currents and voltages are denoted as follows:

= Port 1 voltage
= Port 1 current
= Port 2 voltage
= Port 2 current

The relations between inputs and outputs usually are expressed in matrix notation.

These variables are most useful at low to moderate frequencies. At high frequencies (for example, microwave frequencies) power and energy are more useful variables, and the two-port approach based on current and voltages that is discussed here is replaced by an approach based upon scattering parameters.

Though some authors use the terms two-port network and four-terminal network interchangeably, the latter represents a more general concept. Not all four-terminal networks are two-port networks. A pair of terminals can be called a port only if the current entering one is equal to the current leaving the other (the port condition). Only those four-terminal networks in which the four terminals can be paired into two ports can be called two-ports.[1][2]

Impedance parameters (z-parameters)

(PD) Image: John R. Brews
Z-equivalent two port showing independent variables I1 and I2.

The figure shows the two-port driven by two external current sources, making the input currents I1 and I2 the independent variables controlled from outside the two-port. The port voltages are determined in terms of these input currents by the z-parameters defined by:

.

Notice that all the series connected elements represented by z-parameters have dimensions of ohms, as do the dependent source parameters.

Example: bipolar current mirror with emitter degeneration

(PD) Image: John R. Brews
Bipolar current mirror: I1 is the reference current and I2 is the output current.
(PD) Image: John R. Brews
Small-signal circuit for bipolar current mirror: I1 is the amplitude of the small-signal reference current and I2 is the amplitude of the small-signal output current.

The figure at left shows a bipolar current mirror with emitter resistors to increase its output resistance.[4] Transistor Q1 is diode connected, which is to say its collector-base voltage is zero. The figure at right shows the small-signal circuit equivalent to the transistor circuit. Transistor Q1 is represented by its emitter resistance rEVT / IE (VT = thermal voltage, IE = Q-point emitter current), a simplification made possible because the dependent current source in the hybrid-pi model for Q1 draws the same current as a resistor 1 / gm connected across rπ. The second transistor Q2 is represented by its hybrid-pi model. Table 1 below shows the z-parameter expressions that make the z-equivalent two-port electrically equivalent to the small-signal circuit for the mirror.

Table 1 Expression Approximation

The negative feedback introduced by resistors RE can be seen in these parameters. For example, when used as an active load in a differential amplifier, I1 ≈ -I2, making the output impedance of the mirror approximately R22 -R21 ≈ 2 β rORE /( rπ+2RE ) compared to only rO without feedback (that is with RE = 0 Ω) . At the same time, the impedance on the reference side of the mirror is approximately R11 -R12 , only a moderate value, but still larger than rE with no feedback. In the differential amplifier application, a large output resistance increases the difference-mode gain, a good thing, and a small mirror input resistance is desirable to avoid Miller effect.

Admittance parameters (y-parameters)

(PD) Image: John R. Brews
Y-equivalent two port showing independent variables V1 and V2.

The figure shows the two-port driven by two external voltage sources, making the input voltages V1 and V2 the independent variables controlled from outside the two-port. The port currents are determined in terms of these input voltages by the y-parameters defined by:

.

where


The network is said to be reciprocal if . Notice that all the shunt-connected elements are represented by y-parameters with dimensions of siemens, as are the dependent source parameters.

Hybrid parameters (h-parameters)

(PD) Image: John R. Brews
H-equivalent two-port showing independent variables I1 and V2.

The figure shows the two-port driven by two external sources, a current source at port 1 and a voltage source at port 2, making the input current I1 and input voltage V2 the independent variables controlled from outside the two-port. The voltage at port 1, V1, and the current at port 2, I2, are determined in terms of these inputs by the h-parameters defined by:

.

where

Often this circuit is selected when a current amplifier is described, because the port 1 input is the independent input current and port 2 output is the dependent current.

Notice that off-diagonal h-parameters are dimensionless, while the series-connected diagonal element has dimensions of ohms, while the shunt-connected diagonal element has dimensions of siemens.

Example: common base amplifier

Figure 7: Common-base amplifier with AC current source I1 as signal input and unspecified load supporting voltage V2 and a dependent current I2.

Note: Tabulated formulas in Table 2 make the h-equivalent circuit of the transistor from Figure 6 agree with its small-signal low-frequency hybrid-pi model in Figure 7. Notation: rπ = base resistance of transistor, rO = output resistance, and gm = transconductance. The negative sign for h21 reflects the convention that I1, I2 are positive when directed into the two-port. A non-zero value for h12 means the output voltage affects the input voltage, that is, this amplifier is bilateral. If h12 = 0, the amplifier is unilateral.

Table 2 Expression Approximation
<< 1

Inverse hybrid parameters (g-parameters)

(PD) Image: John R. Brews
G-equivalent two-port showing independent variables V1 and I2.

The figure shows the two-port driven by two external sources, a voltage source at port 1 and a current source at port 2, making the input voltage V1 and input current I2 the independent variables controlled from outside the two-port. The current at port 1, I1, and the voltage at port 2, V2, are determined in terms of these inputs by the g-parameters defined by:

.

where


Often this circuit is selected to describe a voltage amplifier, as the port 1 input is an independent voltage, and the port 2 output is a dependent voltage. Notice that off-diagonal g-parameters are dimensionless, while the series-connected diagonal element has dimensions of ohms, while the shunt-connected diagonal element has dimensions of siemens.

Example: common base amplifier

(PD) Image: John R. Brews
Bipolar transistor with base grounded and signal applied to emitter.
(PD) Image: John R. Brews
Common-base amplifier with AC voltage source V1 as signal input and unspecified load delivering current I2 at a dependent voltage V2.

The common base amplifier is shown at left. The signal voltage is applied to the emitter, and output signal is taken from the collector. The current source in the collector lead is an ideal DC source, and as such will not allow passage of any varying signal through itself. Its purpose in the circuit is to proved a DC bias current that sets the operating point (the quiescent transistor state about which the transistor varies in processing the signal). The output node is shown as an open circuit (no load) at the left, but to make use of the amplifier, a load can be attached, which then will draw a signal current from the collector node.

The small-signal circuit at the right assumes the current at the collector is a specified variable, and the output voltage is to be determined. The input voltage at the emitter also is a specified variable, and the signal current driven into the emitter is a dependent variable.

The tabulated formulas in Table 3 make the g-equivalent two-port for the amplifier agree with its small-signal low-frequency hybrid-pi model. Notation: rπ = base resistance of transistor, rO = output resistance, and gm = transconductance. The negative sign for g12 reflects the convention that I1, I2 are positive when directed into the two-port. A non-zero value for g12 means the output current affects the input current, that is, this amplifier is bilateral. If g12 = 0, the amplifier is unilateral.

Table 3 Expression

References

  1. 1.0 1.1 P.R. Gray, P.J. Hurst, S.H. Lewis, and R.G. Meyer (2001). Analysis and Design of Analog Integrated Circuits, Fourth Edition. New York: Wiley, §3.2, p. 172. ISBN 0471321680. 
  2. 2.0 2.1 R. C. Jaeger and T. N. Blalock (2006). Microelectronic Circuit Design, Third Edition. Boston: McGraw-Hill, §10.5 §13.5 §13.8. ISBN 9780073191638. 
  3. See review by Jasper J. Goedbloed (2003). Reciprocity and EMC measurements. Presentation at 2003 EMC Zurich Symposium and as IEEE EMC EMCS Newsletter pp.93-104.
  4. The emitter-leg resistors counteract any current increase by decreasing the transistor VBE. That is, the resistors RE cause negative feedback that opposes change in current. In particular, any change in output voltage results in less change in current than without this feedback, which means the output resistance of the mirror has increased.
Cite error: <ref> tag with name "Pozar" defined in <references> is not used in prior text.