← Back to Fundamentals of Electric Circuits Overview
19.7 Interconnection of Networks
A large, complex network may be divided into subnetworks for the purposes of analysis and design. The subnetworks are modeled as two-port networks, interconnected to form the original network. The two-port networks may therefore be regarded as building blocks that can be interconnected to form a complex network. The interconnection can be in series, in parallel, or in cascade. Although the interconnected netw ork can be described by an y of the six parameter sets, a certain set of parameters may have a definite advantage. For example, when the netw orks are in series, their indi vidual z parameters add up to gi ve the z parameters of the larger network. When they are in parallel, their individual y parameters add up to gi ve the y parameters of the lar ger network. When they are cascaded, their individual transmission parameters can be multiplied together to get the transmission parameters of the larger network.
Figure 19.37 For Example 19.11.
Figure 19.39 Series connection of two two-port networks.
Consider the series connection of tw o two-port networks shown in Fig. 19.39. The networks are re garded as being in series because their input currents are the same and their voltages add. In addition, each network has a common reference, and when the circuits are placed in series, the common reference points of each circuit are connected together. For network Na,
V1a=z11aI1a+z12aI2a
\n
V2a=z21aI1a+z22aI2a
(19.44)
and for network Nb,
V1b=z11bI1b+z12bI2b
\n
V2b=z21bI1b+z22bI2b
(19.45)
We notice from Fig. 19.39 that
I1 = I1a = I1b, I2 = I2a = I2b (19.46)
and that
V1=V1a+V1b=(z11a+z11b)I1+(z12a+z12b)I2
\n
V2=V2a+V2b=(z21a+z21b)I1+(z22a+z22b)I2
(19.47)
Thus, the z parameters for the overall network are
[z11z21z12z22]=[z11a+z11bz21a+z21bz12a+z12bz22a+z22b]
(19.48)
or
[z]=[za]+[zb](19.49)
showing that the z parameters for the o verall network are the sum of the z parameters for the individual networks. This can be extended to n networks in series. If two two-port networks in the [h] model, for example, are connected in series, we use Table 19.1 to convert the h to z and then apply Eq. (19.49). We finally convert the result back to h using Table 19.1.
Two two-port networks are in parallel when their port voltages are equal and the port currents of the larger network are the sums of the individual port currents. In addition, each circuit must ha ve a common reference and when the netw orks are connected together , they must all have their common references tied together. The parallel connection of two two-port networks is shown in Fig. 19.40. For the two networks,
I1a=y11aV1a+y12aV2a\nI2a=y21aV1a+y22aV2a
\n(19.50)
and
I1b=y11bV1b+y12bV2b
\n
I2a=y21bV1b+y22bV2b
(19.51)
But from Fig. 19.40,
V1=V1a=V1b,V2=V2a=V2b(19.52a)
I1 = I1a + I1b, I2 = I2a + I2b (19.52b)
Figure 19.40 Parallel connection of two two-port networks.
Substituting Eqs. (19.50) and (19.51) into Eq. (19.52b) yields
I1=(y11a+y11b)V1+(y12a+y12b)V2\nI2=(y21a+y21b)V1+(y22a+y22b)V2
\n(19.53)
Thus, the y parameters for the overall network are
[
[\ny11y21y12y22\n]=[\ny11a+y11by21a+y21by12a+y12by22a+y22b\n]
\n(19.54)
or
[y]=[ya]+[yb]
(19.55)
showing that the y parameters of the overall network are the sum of the y parameters of the individual networks. The result can be extended to n two-port networks in parallel.
Two networks are said to be cascaded when the output of one is the input of the other. The connection of two two-port networks in cascade is shown in Fig. 19.41. For the two networks,
[V1aI1a]=[AaCaBaDa][V2a−I2a]
(19.56)
[V1bI1b]=[AbCbBbDb][V2b−I2b]
(19.57)
From Fig. 19.41,
[V1I1]=[V1aI1a],[V2a−I2a]=[V1bI1b],[V2b−I2b]=[V2−I2],(19.58)
Substituting these into Eqs. (19.56) and (19.57),
[V1I1]=[AaCaBaDa][AbCbBbDb][V2−I2]
(19.59)
Thus, the transmission parameters for the overall network are the product of the transmission parameters for the individual transmission parameters:
[ACBD]=[AaCaBaDa][AbCbBbDb]
(19.60)
or
[T]=[Ta][Tb]
(19.61)
| I1 | I1a | | I2a | I1b | | I2b | I2 |
|---|
| + | + | | + | + | | + | + |
| V1 | V1a | Na | V2a | V1b | Nb | V2b | V2 |
| ‒ | ‒ | | ‒ | ‒ | | ‒ | ‒ |
Cascade connection of two two-port networks.
It is this property that makes the transmission parameters so useful. Keep in mind that the multiplication of the matrices must be in the order in which the networks Na and Nb are cascaded.
Example 19.12 Evaluate V2∕Vs in the circuit in Fig. 19.42.
Figure 19.42 For Example 19.12.
Solution:
This may be regarded as two two-ports in series. For Nb,
z12b=z21b=10=z11b=z22b
Thus,
[z]=[za]+[zb]=[128820]+[10101010]=[22181830]
But
V1=z11I1+z12I2=22I1+18I2(19.12.1)
V2=z21I1+z22I2=18I1+30I2(19.12.2)
Also, at the input port
V1=Vs−5I1(19.12.3)
and at the output port
V2=−20I2
⇒ I2=−20V2 (19.12.4)
Substituting Eqs. (19.12.3) and (19.12.4) into Eq. (19.12.1) gives
Vs−5I1=22I1−2018V2⇒Vs=27I1−0.9V2(19.12.5)
while substituting Eq. (19.12.4) into Eq. (19.12.2) yields
V2=18I1−2030V2⇒I1=182.5V2(19.12.6)
Substituting Eq. (19.12.6) into Eq. (19.12.5), we get
Vs=27×182.5V2−0.9V2=2.85V2
And so,
VsV2=2.851=0.3509
Find V2∕Vs in the circuit in Fig. 19.43. Practice Problem 19.12
Answer: 0.6799⧸−29.05°.
Find the y parameters of the two-port in Fig. 19.44. Example 19.13
Solution:
Let us refer to the upper network as Na and the lower one as Nb. The two networks are connected in parallel. Comparing Na and Nb with the circuit in Fig. 19.13(a), we obtain
y12a=−j4=y21a
, y11a=2+j4 , y22a=3+j4
or
[ya]=[2+j4−j4−j43+j4]S
and
y12b=−4=y21b
, y11b=4−j2 , y22b=4−j6
or
[yb]=[4−j2−4−44−j6]S
The overall y parameters are
[y]=[ya]+[yb]=[6+j2−4−j4−4−j47−j2]S
Figure 19.44 For Example 19.13.
Practice Problem 19.13 Obtain the y parameters for the network in Fig. 19.45.
Answer:
[27−j15−25+j10 −25+j1027−j5]
S.
Figure 19.45 For Practice Prob. 19.13.
Figure 19.46 For Example 19.14.
Example 19.14 Find the transmission parameters for the circuit in Fig. 19.46.
Solution:
We can regard the given circuit in Fig. 19.46 as a cascade connection of two T networks as shown in Fig. 19.47(a). We can show that a T network, shown in Fig. 19.47(b), has the following transmission parameters [see Prob. 19.52(b)]:
A=1+R2R1,B=R3+R2R1(R2+R3)
C=R21,D=1+R2R3
Applying this to the cascaded networks Na and Nb in Fig. 19.47(a), we get
Aa=1+4=5,Ba=8+4×9=44 Ω
Ca=1 S,Da=1+8=9
or in matrix form,
[Ta]=[51 S44 Ω9]
[1a]=[109]
Ab=1
, Bb=6Ω , Cb=0.5S , Db=1+26=4
i.e.,
and
Thus, for the total network in Fig. 19.46,
[T]=[Ta][Tb]=[51449][10.564]=[5×1+44×0.51×1+9×0.55×6+44×41×6+9×4]=[275.5 S206 Ω42]
For Example 19.14: (a) Breaking the circuit in Fig. 19.46 into two two-ports, (b) a general T two-port.
Notice that
ΔTa=ΔTb=ΔT=1
showing that the network is reciprocal.