Difference between revisions of "RF Tutorial Lesson 6: Examining Coupled Transmission Lines"

From Emagtech Wiki
Jump to: navigation, search
 
(39 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{projectinfo|Tutorial| Examining Coupled Transmission Lines |RF96.png|In this project, the basic concepts of RF.Spice A/D are demonstrated, and a simple voltage divider is modeled and examined.|
+
{{projectinfo|Tutorial| Examining Coupled Transmission Lines |RF90.png|In this project, you will be exposed to the concept of coupled transmission lines and will examine their properties.|
  
*[[CubeCAD]]
+
*Coupled Transmission Lines
*Visualization
+
*Even Mode
*[[EM.Tempo#Lumped Sources | Lumped Sources]]
+
*Odd Mode
*[[EM.Tempo#Scattering Parameters and Port Characteristics | S-Parameters]] 
+
*System Characteristic Impedance
*[[EM.Tempo#Far Field Calculations in FDTD | Far Fields]]
+
*AC Frequency Sweep
*[[Advanced Meshing in EM.Tempo]]
+
|All versions|{{download|http://www.emagtech.com/downloads/ProjectRepo/RFLesson6.zip RF Lesson 6}} }}
|All versions|{{download|http://www.emagtech.com/content/project-file-download-repository|EM.Tempo Lesson 1|[[EM.Cube]] 14.8}} }}
+
  
=== What You Will Learn ===
+
== What You Will Learn ==
  
[[File:RF78.png|thumb|450px|The property dialog of Generic Coupled T-Lines Device.]]
+
In this tutorial you will learn about RF.Spice's Generic Coupled T-Lines model and how to use them in your circuits.     
In this tutorial you will learn about [[RF.Spice]]'s Generic Coupled T-Lines model and how to use them in your circuits.     
+
  
== The Generic Coupled T-Lines Device==
+
== Introducing the Generic Coupled T-Lines Device ==
  
[[RF.Spice]]'s Generic Couple T-Lines can be accessed from the [[Schematic Editor]]'s RF Menu. It is a four-port device that models two parallel transmission line segments with equal lengths. Coupled line have several applications in RF circuit design including directional couplers, hybrids and filters. Normally you would the positive pins of the four ports and ground all the four negative pins. In [[RF.Spice]], the generic coupled T-line device is characterized by its even and odd mode impedances, Z0e and Z0o. The system characteristic impedance of the device is defined as the geometric mean of these two impedances: Z<sub>0s</sub> = &radic;(Z<sub>0e</sub>Z<sub>0o</sub>). Even though real physical coupled line structures have slightly different effective permittivities, the average of these two is usually taken as the effective permittivity of overall transmission line. The opposite figure shows the property dialog of the Generic Coupled T-Lines device.
+
RF.Spice's Generic Couple T-Lines can be accessed from '''Menu > Parts > Transmission Lines > Generic T-Lines > Generic Coupled T-Lines'''. It is a four-port device that models two parallel transmission line segments with equal lengths. Coupled lines have several applications in RF circuit design including directional couplers, hybrids and filters. Normally you would use the positive pins of the four ports and ground all the four negative pins. In [[RF.Spice A/D]], the generic coupled T-lines device is characterized by its even and odd mode impedances, Z0e and Z0o. The system characteristic impedance of the device is defined as the geometric mean of these two impedances: Z<sub>0s</sub> = &radic;(Z<sub>0e</sub>Z<sub>0o</sub>). Even though real physical coupled line structures have slightly different effective permittivities, the average of these two is usually taken as the effective permittivity of overall transmission line. The figure below shows the property dialog of the Generic Coupled T-Lines device:
  
+
<table>
== Exciting the Even and Odd Modes of Coupled Lines ==
+
<tr>
 +
<td>
 +
[[File:RF78.png|thumb|540px|The property dialog of Generic Coupled T-Lines Device.]]
 +
</td>
 +
</tr>
 +
</table>
  
The following is a list of parts needed for this part of the tutorial lesson:
+
The following is a list of parts needed for this part of the tutorial lesson:  
 
+
----
+
 
+
Two AC Voltage Sources: VS1 and VS2 (keyboard shortcut: Alt+V)
+
 
+
A Generic Coupled T-Line: Accessible from RF Menu
+
 
+
Four 50&Omega; Resistors: RS1, RS2, RL1 and RL2 (keyboard shortcut: R)
+
 
+
Two Voltage Probe Markers: VP1 and VP2 (keyboard shortcut: Alt+L)
+
+
----
+
 
+
 
+
[[File:RF90.png|thumb|450px|Exciting the even mode of a Generic Coupled T-Lines device.]]
+
 
+
In the analysis of coupled [[Transmission Lines|transmission lines]], it is customary to decompose signals as the superposition of two orthogonal modes: the even and odd modes. In this part of the tutorial lesson, you will excite each of these modes. Set the values of the even and odd mode impedances of the coupled lines to Z0e = 70&Omega; and Z0o = 30&Omega;, respectively. Set the length of the lines to len = 37.5mm, which is a quarter wavelength at 2GHz assuming TEM lines (eeff = 1).
+
 
+
First, you will excite the even mode. Connect the two voltage sources VS1 and VS2 through the source resistors RS1 and RS2 to the positive pins of Port 1 and Port 3 of the coupled lines device, respectively. Connect the two load resistors RL1 and RL3 to the positive pins of Port 2 and Port 4 of the coupled lines device, respectively. Place voltage probe markers VP1 and VP2 at Ports 1 and 3, respectively. Run an AC Sweep Test of this circuit. Set the start and stop frequencies of the sweep to 500MHz and 3.5GHz, respectively, with a linear frequency step size of 10MHz. In the AC Sweep Test Panel, check both "Graph" and "Table" checkboxes.
+
  
 
{| border="0"
 
{| border="0"
 
|-
 
|-
| valign="bottom"|
+
| valign="top"|
[[File:RF91.png|thumb|400px|left|Assigning the voltage magnitude signals for the graph plots.]]
+
|-
| valign="bottom"|
+
{| class="wikitable"
[[File:RF92.png|thumb|400px|left|Assigning the real and imaginary parts of the voltage signals for the table plots.]]
+
|-
 +
! scope="col"| Part Name
 +
! scope="col"| Part Type
 +
! scope="col"| Part Value
 +
|-
 +
! scope="row"| VS1 - VS2
 +
| AC Voltage Source
 +
| 1V
 +
|-
 +
! scope="row"| X1
 +
| Generic Coupled T-Lines
 +
| Z0e = 70, Z0o = 30, len = 75
 +
|-
 +
! scope="row"| RS1 - RS2
 +
| Resistor
 +
| 50
 +
|-
 +
! scope="row"| RL1 - RL2
 +
| Resistor
 +
| 50
 
|-
 
|-
 +
! scope="row"| VP1 - VP2
 +
| Voltage Probe Marker
 +
| N/A
 
|}
 
|}
  
 +
== Exciting the Even and Odd Modes of Coupled Lines ==
  
After the completion of the AC sweep, you should get a voltage graph and data table similar to the ones shown below. Note from the real/imag parts table that the two input voltages are equal.    
+
In the analysis of coupled transmission lines, it is customary to decompose signals as the superposition of two orthogonal modes: the even and odd modes. In this part of the tutorial lesson, you will excite each of these modes. First, you will excite the even mode. Connect the two voltage sources VS1 and VS2 through the source resistors RS1 and RS2 to the positive pins of Port 1 and Port 3 of the coupled lines device, respectively. Connect the two load resistors RL1 and RL3 to the positive pins of Port 2 and Port 4 of the coupled lines device, respectively. Place voltage probe markers VP1 and VP2 at Ports 1 and 3, respectively.  
  
 +
<table>
 +
<tr>
 +
<td>
 +
[[File:RF90.png|thumb|550px|Exciting the even mode of a Generic Coupled T-Lines device.]]
 +
</td>
 +
</tr>
 +
</table>
 +
 +
[[File:RF92.png|thumb|550px|Assigning the real and imaginary parts of the voltage signals for the table plots.]]
 +
Run an AC Sweep Test of this circuit according to the table below. In the AC Sweep Test Panel, check both "Graph" and "Table" checkboxes.
  
 
{| border="0"
 
{| border="0"
 
|-
 
|-
| valign="bottom"|
+
| valign="top"|
[[File:RF73new.png|thumb|750px|left|Graph of the amplitude of the voltages VP1 and VP2 for the even mode excitation.]]
+
|-
| valign="bottom"|
+
{| class="wikitable"
[[File:RF74.png|thumb|350px|left|Real and imaginary parts of the voltages VP1 and VP2 for the even mode excitation.]]
+
|-
 +
! scope="row"| Start Frequency
 +
| 500Meg
 +
|-
 +
! scope="row"| Stop Frequency
 +
| 3.5G
 +
|-
 +
! scope="row"| Steps/Interval
 +
| 10Meg
 +
|-
 +
! scope="row"| Interval Type
 +
| Linear
 
|-
 
|-
 +
! scope="row"| Preset Graph Plots
 +
| vm(vp1), vm(vp2)
 +
|-
 +
! scope="row"| Preset Table Plots
 +
| vr(vp1), vi(vp1), vr(vp2), vi(vp2) 
 
|}
 
|}
  
 +
After the completion of the AC sweep, you should get a voltage graph and a voltage data table similar to the ones shown below. Note from the real/imag parts table that the two input voltages are equal.   
  
[[File:RF75.png|thumb|450px|Exciting the odd mode of a Generic Coupled T-Lines device.]]
+
<table>
 +
<tr>
 +
<td>
 +
[[File:RFTUT6 5.png|thumb|750px|Graph of the amplitude of the voltages VP1 and VP2 for the even mode excitation.]]
 +
</td>
 +
</tr>
 +
</table>
  
Next, you will excite the odd mode. In this case, you will connect just a single voltage source VS1 in series with the source resistor RS1 between the positive pins of Port 1 and Port 3 of the coupled lines device as shown in the opposite figure. Connect the two load resistors RL1 and RL3 to the positive pins of Port 2 and Port 4 of the coupled lines device, respectively. Place voltage probes VP1 and VP2 at Ports 1 and 3, respectively. Run an AC Sweep Test of this circuit with the same sweep settings as in the previous case. After the completion of the AC sweep, you should get a voltage graph and data table similar to the ones shown below. This time, from the real/imag parts table you can see that the two input voltages are 180&deg; out of phase. 
+
<table>
 +
<tr>
 +
<td>
 +
[[File:RFTUT6 6.png|thumb|400px|Real and imaginary parts of the voltages VP1 and VP2 for the even mode excitation.]]
 +
</td>
 +
</tr>
 +
</table>
  
 +
Next, you will excite the odd mode. In this case, you will connect just a single voltage source VS1 in series with the source resistor RS1 between the positive pins of Port 1 and Port 3 of the coupled lines device as shown in the opposite figure. Connect the two load resistors RL1 and RL3 to the positive pins of Port 2 and Port 4 of the coupled lines device, respectively. Place voltage probes VP1 and VP2 at Ports 1 and 3, respectively.
  
{| border="0"
+
<table>
|-
+
<tr>
| valign="bottom"|
+
<td>
[[File:RF76new.png|thumb|750px|left|Graph of the amplitude of the voltages VP1 and VP2 for the odd mode excitation.]]
+
[[File:RF75.png|thumb|550px|Exciting the odd mode of a Generic Coupled T-Lines device.]]
| valign="bottom"|
+
</td>
[[File:RF77.png|thumb|350px|left|Real and imaginary parts of the voltages VP1 and VP2 for the odd mode excitation.]]
+
</tr>
|-
+
</table>
|}
+
 
 +
Run an AC Sweep Test of this circuit with the same sweep settings as in the previous case. After the completion of the AC sweep, you should get a voltage graph and data table similar to the ones shown below. This time, from the real/imag parts table you can see that the two input voltages are 180&deg; out of phase. 
 +
 
 +
<table>
 +
<tr>
 +
<td>
 +
[[File:RFTUT6 7.png|thumb|750px|Graph of the amplitude of the voltages VP1 and VP2 for the odd mode excitation.]]
 +
</td>
 +
</tr>
 +
</table>
  
 +
<table>
 +
<tr>
 +
<td>
 +
[[File:RFTUT6 8.png|thumb|400px|Real and imaginary parts of the voltages VP1 and VP2 for the odd mode excitation.]]
 +
</td>
 +
</tr>
 +
</table>
  
== Coupled Line Analysis==
+
== Coupled Mode Theory ==
  
 
The Generic Coupled T-Lines device is a four-port device that can easily be analyzed based on its impedance (Z) [[parameters]]. Consider the four-port being driven from Ports 1 and 3 in the even mode, with Ports 2 and 4 terminated in two identical loads Z<sub>L</sub>. The voltage at any point on either T-Line segment can be expressed as:
 
The Generic Coupled T-Lines device is a four-port device that can easily be analyzed based on its impedance (Z) [[parameters]]. Consider the four-port being driven from Ports 1 and 3 in the even mode, with Ports 2 and 4 terminated in two identical loads Z<sub>L</sub>. The voltage at any point on either T-Line segment can be expressed as:
 
  
 
<math>V_1(z) = V_2(z) = V_e^+ \left[ e^{-j\beta (z-L)} + \Gamma_{L}^e e^{j\beta (z-L)} \right] </math>
 
<math>V_1(z) = V_2(z) = V_e^+ \left[ e^{-j\beta (z-L)} + \Gamma_{L}^e e^{j\beta (z-L)} \right] </math>
 
  
 
where V<sub>e</sub><sup>+</sup> is a constant, the coordinate z = 0 is assumed to be the location of Ports 1 and 3, and &Gamma;<sub>L</sub><sup>e</sup> is the load reflection coefficient for the even mode case:  
 
where V<sub>e</sub><sup>+</sup> is a constant, the coordinate z = 0 is assumed to be the location of Ports 1 and 3, and &Gamma;<sub>L</sub><sup>e</sup> is the load reflection coefficient for the even mode case:  
 
  
 
<math>\Gamma_L^e = \frac{Z_L - Z_{0e}}{Z_L + Z_{0e}}</math>
 
<math>\Gamma_L^e = \frac{Z_L - Z_{0e}}{Z_L + Z_{0e}}</math>
 
  
 
The input voltages V<sub>P1</sub> and V<sub>P2</sub> in the even mode can now be written as:
 
The input voltages V<sub>P1</sub> and V<sub>P2</sub> in the even mode can now be written as:
 
  
 
<math>V_{P1} = V_1(z=0) = V_{P2} = V_2(z=0) = V_e^+ e^{j\beta L} \left[ 1 + \Gamma_{L}^e e^{-2j\beta L} \right]  </math>
 
<math>V_{P1} = V_1(z=0) = V_{P2} = V_2(z=0) = V_e^+ e^{j\beta L} \left[ 1 + \Gamma_{L}^e e^{-2j\beta L} \right]  </math>
  
 
 
Now, let's drive the four-port from Ports 1 and 3 in the odd mode. The voltage at any point on either T-Line segment in this case can be expressed as:
 
Now, let's drive the four-port from Ports 1 and 3 in the odd mode. The voltage at any point on either T-Line segment in this case can be expressed as:
 
  
 
<math>V_1(z) = -V_2(z) = V_o^+ \left[ e^{-j\beta z} + \Gamma_{L}^o e^{j\beta z} \right] </math>
 
<math>V_1(z) = -V_2(z) = V_o^+ \left[ e^{-j\beta z} + \Gamma_{L}^o e^{j\beta z} \right] </math>
 
  
 
where V<sub>o</sub><sup>+</sup> is another constant, and &Gamma;<sub>L</sub><sup>o</sup> is the load reflection coefficient for the odd mode case:  
 
where V<sub>o</sub><sup>+</sup> is another constant, and &Gamma;<sub>L</sub><sup>o</sup> is the load reflection coefficient for the odd mode case:  
 
  
 
<math>\Gamma_L^o = \frac{Z_L - Z_{0o}}{Z_L + Z_{0o}}</math>
 
<math>\Gamma_L^o = \frac{Z_L - Z_{0o}}{Z_L + Z_{0o}}</math>
 
  
 
The input voltages V<sub>P1</sub> and V<sub>P2</sub> in the odd mode can now be written as:
 
The input voltages V<sub>P1</sub> and V<sub>P2</sub> in the odd mode can now be written as:
 
  
 
<math>V_{P1} = V_1(z=0) = -V_{P2} = -V_2(z=0) = V_o^+ e^{j\beta L} \left[ 1 + \Gamma_{L}^o e^{-2j\beta L} \right]  </math>
 
<math>V_{P1} = V_1(z=0) = -V_{P2} = -V_2(z=0) = V_o^+ e^{j\beta L} \left[ 1 + \Gamma_{L}^o e^{-2j\beta L} \right]  </math>
 
 
The above results can clearly be observed on the voltage graphs of the previous part, which exhibit a standing wave pattern. Note that in this case, &Gamma;<sub>L</sub><sup>e</sup> = (50-70)/(50+70) = -0.167 and &Gamma;<sub>L</sub><sup>o</sup> = (50-30)/(50+30) = 0.25. As you already saw in Tutorial Lesson 1, the exponent &beta;L = 2&pi;L/&lambda;<sub>g</sub> = 2&pi;&radic;(&epsilon;<sub>eff</sub>)(f.L)/c determines the frequency variation of the voltage.
 
 
  
 
For Z-parameter calculations, we open-circuit Ports 2 and 4 (Z<sub>L</sub> = &infin;). In this case, &Gamma;<sub>L</sub><sup>e</sup> = &Gamma;<sub>L</sub><sup>o</sup> = 1, and the voltages at Ports 1 and 3 now reduce to:
 
For Z-parameter calculations, we open-circuit Ports 2 and 4 (Z<sub>L</sub> = &infin;). In this case, &Gamma;<sub>L</sub><sup>e</sup> = &Gamma;<sub>L</sub><sup>o</sup> = 1, and the voltages at Ports 1 and 3 now reduce to:
 
  
 
<math>v_1^e(0) = v_2^e(0) = 2V_e^+ cos(\beta L) = i_e Z_{in}^e  </math>
 
<math>v_1^e(0) = v_2^e(0) = 2V_e^+ cos(\beta L) = i_e Z_{in}^e  </math>
 
  
 
<math>v_1^o(0) = -v_2^o(0) = 2V_o^+ cos(\beta L) = i_o Z_{in}^o  </math>
 
<math>v_1^o(0) = -v_2^o(0) = 2V_o^+ cos(\beta L) = i_o Z_{in}^o  </math>
 
  
 
where i<sub>e</sub> and i<sub>o</sub> are the even and odd current at Ports 1 and 3, respectively. The total currents at Ports 1 and 3 can be expressed as (i<sub>e</sub> + i<sub>o</sub>) and (i<sub>e</sub> - i<sub>o</sub>), respectively. Moreover, the input impedances seen at Ports 1 and 3 in the case of even and odd excitations are given by:
 
where i<sub>e</sub> and i<sub>o</sub> are the even and odd current at Ports 1 and 3, respectively. The total currents at Ports 1 and 3 can be expressed as (i<sub>e</sub> + i<sub>o</sub>) and (i<sub>e</sub> - i<sub>o</sub>), respectively. Moreover, the input impedances seen at Ports 1 and 3 in the case of even and odd excitations are given by:
 
  
 
<math>Z_{in}^e = -jZ_{0e} cot( \beta L)  </math>
 
<math>Z_{in}^e = -jZ_{0e} cot( \beta L)  </math>
 
  
 
<math>Z_{in}^o = -jZ_{0o} cot( \beta L)  </math>
 
<math>Z_{in}^o = -jZ_{0o} cot( \beta L)  </math>
 
  
 
Similar equations can be derived for Ports 2 and 4, when Ports 1 and 3 are open-circuited. From all these equations, one can relate the open-circuit port voltages to the port currents and finally derive the Z matrix of the four-port as follows:
 
Similar equations can be derived for Ports 2 and 4, when Ports 1 and 3 are open-circuited. From all these equations, one can relate the open-circuit port voltages to the port currents and finally derive the Z matrix of the four-port as follows:
Line 147: Line 189:
 
|}
 
|}
 
where Z<sub>S</sub> = (Z<sub>0e</sub> + Z<sub>0o</sub>)/2 and Z<sub>D</sub> = (Z<sub>0e</sub> - Z<sub>0o</sub>)/2.
 
where Z<sub>S</sub> = (Z<sub>0e</sub> + Z<sub>0o</sub>)/2 and Z<sub>D</sub> = (Z<sub>0e</sub> - Z<sub>0o</sub>)/2.
 +
 +
== Verifying Your Simulation Results ==
 +
 +
The equations derived earlier for the probe voltages (VP1 and VP2) exhibit a standing wave pattern, which can clearly be observed in your node voltage graphs for both cases of even and odd mode excitations. As you already saw in Tutorial Lesson 1, the exponential term:
 +
 +
<math> e^{-j2\beta L} = e^{-j2 \frac{2\pi}{\lambda_g} L }  = e^{-j2\pi f \frac{2L}{c} \sqrt{\epsilon_{eff}} } </math>
 +
 +
determines the frequency variation of the voltages, which have a periodic nature. Since &epsilon;<sub>eff</sub> = 1 in this case, the period is c/(2L) = 3&times;10<sup>8</sup>/(2&times;0.075) = 2GHz. You can also see from the voltage graphs that the spacing between to consecutive maxima or minima is 2GHz. 
 +
 +
You can also verify that for the even mode excitation:
 +
 +
<math> |V_{P1}^e|_{max} = V_e^+ |\ 1+|\Gamma_L^e|\ | \\
 +
|V_{P1}^e|_{min} = V_e^+ |\ 1-|\Gamma_L^e|\ | </math>
 +
 +
Similarly, for the odd mode excitation:
 +
 +
<math> |V_{P1}^o|_{max} = V_o^+ |\ 1+|\Gamma_L^o|\ | \\
 +
|V_{P1}^o|_{min} = V_o^+ |\ 1-|\Gamma_L^o|\ | </math>
 +
 +
From the above equations, one can write:
 +
 +
<math> |\Gamma_L^e| = \frac{|V_{P1}^e|_{max} - |V_{P1}^e|_{min}}{|V_{P1}^e|_{max} + |V_{P1}^e|_{min}} </math>
 +
 +
<math> |\Gamma_L^o| = \frac{|V_{P1}^o|_{max} - |V_{P1}^o|_{min}}{|V_{P1}^o|_{max} + |V_{P1}^o|_{min}} </math>
 +
 +
Also note that in this case, &Gamma;<sub>L</sub><sup>e</sup> = (50-70)/(50+70) = -0.167 and &Gamma;<sub>L</sub><sup>o</sup> = (50-30)/(50+30) = 0.25. The table below summarizes the results obtained from the simulated data graphs:
 +
 +
{| border="0"
 +
|-
 +
| valign="top"|
 +
|-
 +
{| class="wikitable"
 +
|-
 +
! scope="col"| |V<sub>P1</sub><sup>e</sup>|<sub>max</sub>
 +
! scope="col"| |V<sub>P1</sub><sup>e</sup>|<sub>min</sub>
 +
! scope="col"| |V<sub>P1</sub><sup>o</sup>|<sub>max</sub>
 +
! scope="col"| |V<sub>P1</sub><sup>o</sup>|<sub>min</sub>
 +
! scope="col"| Simulated |&Gamma;<sub>L</sub><sup>e</sup>|
 +
! scope="col"| Analytical |&Gamma;<sub>L</sub><sup>e</sup>|
 +
! scope="col"| Simulated |&Gamma;<sub>L</sub><sup>o</sup>|
 +
! scope="col"| Analytical |&Gamma;<sub>L</sub><sup>o</sup>|
 +
|-
 +
| 0.662V
 +
| 0.5V
 +
| 0.333V
 +
| 0.209V
 +
| 0.14
 +
| 0.16
 +
| 0.23
 +
| 0.25
 +
|}
  
 
<p>&nbsp;</p>
 
<p>&nbsp;</p>
[[Image:Back_icon.png|40px]] '''[[RF.Spice_A/D#RF.Spice_A.2FD_Tutorial | Back to RF.Spice A/D Tutorial Gateway]]'''
+
[[Image:Back_icon.png|40px]] '''[[RF.Spice_A/D#RF.Spice_A.2FD_Tutorials | Back to RF.Spice A/D Tutorial Gateway]]'''

Latest revision as of 18:41, 8 November 2016

Tutorial Project: Examining Coupled Transmission Lines
RF90.png

Objective: In this project, you will be exposed to the concept of coupled transmission lines and will examine their properties.

Concepts/Features:

  • Coupled Transmission Lines
  • Even Mode
  • Odd Mode
  • System Characteristic Impedance
  • AC Frequency Sweep

Minimum Version Required: All versions

'Download2x.png Download Link: RF Lesson 6

What You Will Learn

In this tutorial you will learn about RF.Spice's Generic Coupled T-Lines model and how to use them in your circuits.

Introducing the Generic Coupled T-Lines Device

RF.Spice's Generic Couple T-Lines can be accessed from Menu > Parts > Transmission Lines > Generic T-Lines > Generic Coupled T-Lines. It is a four-port device that models two parallel transmission line segments with equal lengths. Coupled lines have several applications in RF circuit design including directional couplers, hybrids and filters. Normally you would use the positive pins of the four ports and ground all the four negative pins. In RF.Spice A/D, the generic coupled T-lines device is characterized by its even and odd mode impedances, Z0e and Z0o. The system characteristic impedance of the device is defined as the geometric mean of these two impedances: Z0s = √(Z0eZ0o). Even though real physical coupled line structures have slightly different effective permittivities, the average of these two is usually taken as the effective permittivity of overall transmission line. The figure below shows the property dialog of the Generic Coupled T-Lines device:

The property dialog of Generic Coupled T-Lines Device.

The following is a list of parts needed for this part of the tutorial lesson:

Part Name Part Type Part Value
VS1 - VS2 AC Voltage Source 1V
X1 Generic Coupled T-Lines Z0e = 70, Z0o = 30, len = 75
RS1 - RS2 Resistor 50
RL1 - RL2 Resistor 50
VP1 - VP2 Voltage Probe Marker N/A

Exciting the Even and Odd Modes of Coupled Lines

In the analysis of coupled transmission lines, it is customary to decompose signals as the superposition of two orthogonal modes: the even and odd modes. In this part of the tutorial lesson, you will excite each of these modes. First, you will excite the even mode. Connect the two voltage sources VS1 and VS2 through the source resistors RS1 and RS2 to the positive pins of Port 1 and Port 3 of the coupled lines device, respectively. Connect the two load resistors RL1 and RL3 to the positive pins of Port 2 and Port 4 of the coupled lines device, respectively. Place voltage probe markers VP1 and VP2 at Ports 1 and 3, respectively.

Exciting the even mode of a Generic Coupled T-Lines device.
Assigning the real and imaginary parts of the voltage signals for the table plots.

Run an AC Sweep Test of this circuit according to the table below. In the AC Sweep Test Panel, check both "Graph" and "Table" checkboxes.

Start Frequency 500Meg
Stop Frequency 3.5G
Steps/Interval 10Meg
Interval Type Linear
Preset Graph Plots vm(vp1), vm(vp2)
Preset Table Plots vr(vp1), vi(vp1), vr(vp2), vi(vp2)

After the completion of the AC sweep, you should get a voltage graph and a voltage data table similar to the ones shown below. Note from the real/imag parts table that the two input voltages are equal.

Graph of the amplitude of the voltages VP1 and VP2 for the even mode excitation.
Real and imaginary parts of the voltages VP1 and VP2 for the even mode excitation.

Next, you will excite the odd mode. In this case, you will connect just a single voltage source VS1 in series with the source resistor RS1 between the positive pins of Port 1 and Port 3 of the coupled lines device as shown in the opposite figure. Connect the two load resistors RL1 and RL3 to the positive pins of Port 2 and Port 4 of the coupled lines device, respectively. Place voltage probes VP1 and VP2 at Ports 1 and 3, respectively.

Exciting the odd mode of a Generic Coupled T-Lines device.

Run an AC Sweep Test of this circuit with the same sweep settings as in the previous case. After the completion of the AC sweep, you should get a voltage graph and data table similar to the ones shown below. This time, from the real/imag parts table you can see that the two input voltages are 180° out of phase.

Graph of the amplitude of the voltages VP1 and VP2 for the odd mode excitation.
Real and imaginary parts of the voltages VP1 and VP2 for the odd mode excitation.

Coupled Mode Theory

The Generic Coupled T-Lines device is a four-port device that can easily be analyzed based on its impedance (Z) parameters. Consider the four-port being driven from Ports 1 and 3 in the even mode, with Ports 2 and 4 terminated in two identical loads ZL. The voltage at any point on either T-Line segment can be expressed as:

[math]V_1(z) = V_2(z) = V_e^+ \left[ e^{-j\beta (z-L)} + \Gamma_{L}^e e^{j\beta (z-L)} \right] [/math]

where Ve+ is a constant, the coordinate z = 0 is assumed to be the location of Ports 1 and 3, and ΓLe is the load reflection coefficient for the even mode case:

[math]\Gamma_L^e = \frac{Z_L - Z_{0e}}{Z_L + Z_{0e}}[/math]

The input voltages VP1 and VP2 in the even mode can now be written as:

[math]V_{P1} = V_1(z=0) = V_{P2} = V_2(z=0) = V_e^+ e^{j\beta L} \left[ 1 + \Gamma_{L}^e e^{-2j\beta L} \right] [/math]

Now, let's drive the four-port from Ports 1 and 3 in the odd mode. The voltage at any point on either T-Line segment in this case can be expressed as:

[math]V_1(z) = -V_2(z) = V_o^+ \left[ e^{-j\beta z} + \Gamma_{L}^o e^{j\beta z} \right] [/math]

where Vo+ is another constant, and ΓLo is the load reflection coefficient for the odd mode case:

[math]\Gamma_L^o = \frac{Z_L - Z_{0o}}{Z_L + Z_{0o}}[/math]

The input voltages VP1 and VP2 in the odd mode can now be written as:

[math]V_{P1} = V_1(z=0) = -V_{P2} = -V_2(z=0) = V_o^+ e^{j\beta L} \left[ 1 + \Gamma_{L}^o e^{-2j\beta L} \right] [/math]

For Z-parameter calculations, we open-circuit Ports 2 and 4 (ZL = ∞). In this case, ΓLe = ΓLo = 1, and the voltages at Ports 1 and 3 now reduce to:

[math]v_1^e(0) = v_2^e(0) = 2V_e^+ cos(\beta L) = i_e Z_{in}^e [/math]

[math]v_1^o(0) = -v_2^o(0) = 2V_o^+ cos(\beta L) = i_o Z_{in}^o [/math]

where ie and io are the even and odd current at Ports 1 and 3, respectively. The total currents at Ports 1 and 3 can be expressed as (ie + io) and (ie - io), respectively. Moreover, the input impedances seen at Ports 1 and 3 in the case of even and odd excitations are given by:

[math]Z_{in}^e = -jZ_{0e} cot( \beta L) [/math]

[math]Z_{in}^o = -jZ_{0o} cot( \beta L) [/math]

Similar equations can be derived for Ports 2 and 4, when Ports 1 and 3 are open-circuited. From all these equations, one can relate the open-circuit port voltages to the port currents and finally derive the Z matrix of the four-port as follows:

RF93.png

where ZS = (Z0e + Z0o)/2 and ZD = (Z0e - Z0o)/2.

Verifying Your Simulation Results

The equations derived earlier for the probe voltages (VP1 and VP2) exhibit a standing wave pattern, which can clearly be observed in your node voltage graphs for both cases of even and odd mode excitations. As you already saw in Tutorial Lesson 1, the exponential term:

[math] e^{-j2\beta L} = e^{-j2 \frac{2\pi}{\lambda_g} L } = e^{-j2\pi f \frac{2L}{c} \sqrt{\epsilon_{eff}} } [/math]

determines the frequency variation of the voltages, which have a periodic nature. Since εeff = 1 in this case, the period is c/(2L) = 3×108/(2×0.075) = 2GHz. You can also see from the voltage graphs that the spacing between to consecutive maxima or minima is 2GHz.

You can also verify that for the even mode excitation:

[math] |V_{P1}^e|_{max} = V_e^+ |\ 1+|\Gamma_L^e|\ | \\ |V_{P1}^e|_{min} = V_e^+ |\ 1-|\Gamma_L^e|\ | [/math]

Similarly, for the odd mode excitation:

[math] |V_{P1}^o|_{max} = V_o^+ |\ 1+|\Gamma_L^o|\ | \\ |V_{P1}^o|_{min} = V_o^+ |\ 1-|\Gamma_L^o|\ | [/math]

From the above equations, one can write:

[math] |\Gamma_L^e| = \frac{|V_{P1}^e|_{max} - |V_{P1}^e|_{min}}{|V_{P1}^e|_{max} + |V_{P1}^e|_{min}} [/math]

[math] |\Gamma_L^o| = \frac{|V_{P1}^o|_{max} - |V_{P1}^o|_{min}}{|V_{P1}^o|_{max} + |V_{P1}^o|_{min}} [/math]

Also note that in this case, ΓLe = (50-70)/(50+70) = -0.167 and ΓLo = (50-30)/(50+30) = 0.25. The table below summarizes the results obtained from the simulated data graphs:

|VP1e|max |VP1e|min |VP1o|max |VP1o|min Simulated |ΓLe| Analytical |ΓLe| Simulated |ΓLo| Analytical |ΓLo|
0.662V 0.5V 0.333V 0.209V 0.14 0.16 0.23 0.25

 

Back icon.png Back to RF.Spice A/D Tutorial Gateway