Difference between revisions of "RF Tutorial Lesson 4: Analyzing Microstrip Lines & Discontinuities"

From Emagtech Wiki
Jump to: navigation, search
(Verifying a Simple Microstrip Circuit)
Line 29: Line 29:
 
== Verifying a Simple Microstrip Circuit ==
 
== Verifying a Simple Microstrip Circuit ==
  
In order to verify your design, go back to the [[RF.Spice A/D]] Workshop and place a "Microstrip Line" part on the schematic either using '''Menu > Parts > [[Transmission Lines]] > Physical [[Transmission Lines]] > Microstrip Line''' or using the keyboard shortcut {{key|Alt+T}}.  
+
In order to verify your design, go back to the [[RF.Spice A/D]] Workshop and place a "Microstrip Line" part on the schematic either using '''Menu > Parts > [[Transmission Lines]] > Physical [[Transmission Lines]] > Microstrip Line''' or using the keyboard shortcut {{key|Alt+T}}. The following is a list of parts needed for this part of the tutorial lesson:
  
 
{| border="0"
 
{| border="0"
Line 47: Line 47:
 
! scope="row"| XTL1
 
! scope="row"| XTL1
 
| Microstrip Line
 
| Microstrip Line
| Defaults: w = 2.3, h = 1.2, er = 4.5, len = 50, tand = 0.02
+
| Defaults: w = 2.3, h = 1.2, er = 4.45, len = 20, tand = 0.02
 
|-
 
|-
 
! scope="row"| R1
 
! scope="row"| R1
Line 56: Line 56:
 
| Resistor
 
| Resistor
 
| 50  
 
| 50  
 +
|-
 +
! scope="row"| IN
 +
| Net Marker
 +
| N/A
 
|}
 
|}
  
Place and connect the parts as shown in the figure below:
+
Place and connect the parts as shown in the figure below. Ground both negative pins of the microstrip device. Place a Net marker called "IN" (keyboard shortcut: {{key|Alt+N}}) at the input of the microstrip line segment.
  
 
<table>
 
<table>
 
<tr>
 
<tr>
 
<td>
 
<td>
[[File:RF42.png|thumb|300px|left|A simple microstrip circuit with a load termination.]]
+
[[File:RF42.png|thumb|300px|left|A simple microstrip circuit with a resistive load termination.]]
 
</td>
 
</td>
 
</tr>
 
</tr>
 
</table>
 
</table>
  
Open the part's property dialog and enter the [[parameters]]: w = 2.3mm, h = 1.2mm, er = 4.5, len = 20mm, tand = 0.02, as shown in the figure below. Terminate the line segment in a 50&Omega; resistor and ground both negative pins of the microstrip. Place a "Net" Marker called "IN" (keyboard shortcut: Alt+N) at the input of the microstrip segment.
+
Run a Network Analysis of this simple circuit, with Port 1 defined between node IN and the ground. Use the following [[parameters]]:
  
Run a Network Analysis of this simple circuit, with Port 1 defined between node IN and the ground. Set the frequency sweep to go from 100MHz to 6GHz with the linear steps of 100MHz. Choose the Smith Chart for your output data and run the test. You will see a Smith chart like the one shown below with all the frequency points overlaid at the center of the chart. This means that the input impedance of your circuit at Port 1 is Z<sub>in</sub> = 50&Omega; at all frequencies. This can happen only if the characteristic impedance of you transmission line segment perfectly matches your termination load.     
+
Set the frequency sweep to go from 100MHz to 6GHz with the linear steps of 100MHz. Choose the Smith Chart for your output data and run the test. You will see a Smith chart like the one shown below with all the frequency points overlaid at the center of the chart. This means that the input impedance of your circuit at Port 1 is Z<sub>in</sub> = 50&Omega; at all frequencies. This can happen only if the characteristic impedance of you transmission line segment perfectly matches your termination load.     
  
 
{| border="0"
 
{| border="0"
Line 86: Line 90:
 
|-
 
|-
 
|}
 
|}
 
  
 
== Calculating Microstrip Line Parameters ==
 
== Calculating Microstrip Line Parameters ==

Revision as of 14:22, 24 September 2015

Tutorial Project: Analyzing Microstrip Lines & Discontinuities
RF46.png

Objective: In this project, the basic concepts of RF.Spice A/D are demonstrated, and a simple voltage divider is modeled and examined.

Concepts/Features:

  • Physical Transmission Line
  • Microstrip Line
  • Device Manager
  • Line Designer
  • Line Calculator
  • Microstrip Discontinuity

Minimum Version Required: All versions

'Download2x.png Download Link: [1]

Analyzing Microstrip Lines, Discontinuities and Filters

What You Will Learn

In this tutorial you will learn how to design and use microstrip lines and components. You will analyze a microstrip double-step and will utilize microstrip discontinuity models to improve the accuracy of your analysis.

Designing Microstrip Lines

RF.Spice A/D has a large number of physical line calculators and designers. You can access these tools from the Device Manager. Open RF.Spice's Device Manager either from its File Menu or using the keyboard shortcut Ctrl+D. At the top of Device Manager's Tools Menu, find Microstrip Designer and open it. For this project, you will use an FR-4 substrate of thickness h = 1.2mm, relative permittivity er = 4.5 and loss tangent tand = 0.02. To design a 50Ω microstrip line, enter these values into the designer dialog and set Z0 = 50. The corresponding width value is computed to be 2.3mm.

The RF.Spice A/D Microstrip Designer dialog accessible from the Device Manager.

Verifying a Simple Microstrip Circuit

In order to verify your design, go back to the RF.Spice A/D Workshop and place a "Microstrip Line" part on the schematic either using Menu > Parts > Transmission Lines > Physical Transmission Lines > Microstrip Line or using the keyboard shortcut Alt+T. The following is a list of parts needed for this part of the tutorial lesson:

Part Name Part Type Part Value
AC1 AC Voltage Source 1V
XTL1 Microstrip Line Defaults: w = 2.3, h = 1.2, er = 4.45, len = 20, tand = 0.02
R1 Resistor 50
R2 Resistor 50
IN Net Marker N/A

Place and connect the parts as shown in the figure below. Ground both negative pins of the microstrip device. Place a Net marker called "IN" (keyboard shortcut: Alt+N) at the input of the microstrip line segment.

A simple microstrip circuit with a resistive load termination.

Run a Network Analysis of this simple circuit, with Port 1 defined between node IN and the ground. Use the following parameters:

Set the frequency sweep to go from 100MHz to 6GHz with the linear steps of 100MHz. Choose the Smith Chart for your output data and run the test. You will see a Smith chart like the one shown below with all the frequency points overlaid at the center of the chart. This means that the input impedance of your circuit at Port 1 is Zin = 50Ω at all frequencies. This can happen only if the characteristic impedance of you transmission line segment perfectly matches your termination load.

The property dialog of the Microstrip Line device.
Smith chart for the return loss of the basic resistor-terminated microstrip line segment.

Calculating Microstrip Line Parameters

The RF.Spice Microstrip Calculator dialog.

Next, you will use the Device Editor's "Microstrip Calculator" to find the effective permittivity of your 50Ω microstrip line and its guide wavelength at 2GHz. Open the Line Calculator from the RF Menu of Device Editor. Enter the parameters: w = 2.3mm, h = 1.2mm, er = 4.5, len = 20mm, tand = 0.02, as shown in the opposite figure. In the other parts of this tutorial lesson you will use very wide and very narrow microstrip line segments. Repeat the same calculations for microstrip width values of 0.5mm and 5mm. The results are summarized in the table below.

w Z0 εeff Guide Wavelength λg at 2GHz
2.3mm 49.74Ω 3.37 81.76mm
0.5mm 101.59Ω 3.06 85.79mm
5mm 29.55Ω 3.61 78.91mm

Analyzing a Microstrip Double Step

The top view of layout of the microstrip double step structure.
The RF.Spice schematic of the microstrip double step.

The characteristic impedance Z0 of a microstrip line is inversely proportional to its width as you saw in the previous section. When you connect two microstrip lines of different widths directly to each other, you create a transmission line discontinuity, which is called an impedance step. In this part of the tutorial lesson, you will analyze a circuit composed of two back-to-back 2.3mm-to-5mm and 5mm-to-2.3mm impedance steps with a 10mm-long, 5mm-wide, microstrip segment in between. You will use 50Ω input and output lines as shown in the opposite figure. A list of microstrip line segments is given in the table below. Place the parts and connect them as shown. Place two "Net" Markers called "IN" and "OUT" (keyboard shortcut: Alt+N) at the input and output of your circuit.

Line Segment w len Z0
L1 2.3mm 5mm 50Ω
L2 5mm 10mm 30Ω
L3 2.3mm 5mm 50Ω

Run a Network Analysis of the double step circuit, with Port 1 defined between node IN and the ground and Port 2 defined between node OUT and the ground . Set the frequency sweep to go from 100MHz to 6GHz with the linear steps of 10MHz. Instead of the Smith chart, this time choose a Cartesian graph type with amplitude only for the S-parameters. You should get a graph like the one shown below.

Graph of s11 and s21 parameters of the double step circuit over the frequency range 500MHz-6GHz.

Adding the Microstrip Step Discontinuity Models

The RF.Spice circuit shown above assumes that the microstrip line segments of different widths are directly connected to each other, and it ignores the effect of the step discontinuity. However, RF.Spice also provides a number of microstrip discontinuity models for you to increase the accuracy of your modeling. One of these devices is the two-port "Microstrip Step", which can be accessed from the Schematic Editor's RF Menu under the "Microstrip Discontinuities" group. The opposite figure shows the property dialog of this device. It assumes that the first microstrip (w1) at Port 1 is always wider than the second one (w2) at Port 2. Therefore, in order to use this device as a junction from segment L1 to L2, you have to flip it horizontally (keyboard shortcut: Ctrl+F) so that its Port 2 and 1 are connected to L1 and L2, respectively. Use another instance of the same device, but without flipping, as a junction from segment L2 to L3.

The property dialog of the Microstrip Step device.
The RF.Spice schematic of the microstrip double step including step discontinuity models.
Graph of s11 and s21 parameters of the double step circuit with step discontinuity models over the frequency range 500MHz-6GHz.

 

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