RF Tutorial Lesson 10: Analyzing a Distributed Amplifier Using an Imported RF BJT Model

From Emagtech Wiki
Revision as of 21:17, 27 September 2015 by Kazem Sabet (Talk | contribs)

Jump to: navigation, search
Tutorial Project: Analyzing a Distributed Amplifier Using an Imported RF BJT Model
RF145.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:

Minimum Version Required: All versions

'Download2x.png Download Link: [1]

What You Will Learn

In this tutorial you will learn how to import RF BJT models from text files and will build a distributed RF amplifier using a bilateral RF BJT and generic transmission line components.

Importing High Frequency Transistor Models

RF.Spice's Parts Database contains a sizable collection of RF diodes and BJTs. As you saw in Tutorial Lesson 8, each S-Parameter BJT model corresponds to a certain DC operating point. Therefore, you will find a large number of RF BJT models associated with the same device but measured at different values of VCE and IC. The manufacturer data sheets of RF transistors usually contains a table of measured S-parameter data in the following format:


# GHz   s   ma   r   50

freq1     |s11|     ∠s11     |s21|     ∠s21     |s12|     ∠s12     |s22|     ∠s22    

freq2     |s11|     ∠s11     |s21|     ∠s21     |s12|     ∠s12     |s22|     ∠s22    

freq3     |s11|     ∠s11     |s21|     ∠s21     |s12|     ∠s12     |s22|     ∠s22    

...


You can import text files with a ".TXT" file extension containing S-parameter data of the above format to RF.Spice A/D. Better yet, you can create new active RF devices and add them to expand your parts database. To create a new device, you need to add the following two lines to the header of your text file:

.model <model_name>

.symbol <symbol_name>

The first line creates a unique model name in the database, and the second line picks the right symbol, which is usually either "npn_bjt_2port", or "jfet_n" or "mosfet_n" or "mesfet_n", or their p-type counterparts. For this tutorial lesson, you need to create an RF BJT.

The measured data for the RF BJT device are given below:

f(GHz) s11 s21 s12 s22
3.0 0.80 ∠ -89 ° 2.86 ∠ 99 ° 0.03 ∠ 56 ° 0.76 ∠ -41 °
4.0 0.72 ∠ -116 ° 2.60 ∠ 76 ° 0.03 ∠ 57 ° 0.73 ∠ -54 °
5.0 0.66 ∠ -142 ° 2.39 ∠ 54 ° 0.03 ∠ 62 ° 0.72 ∠ -68 °

Your MyRFBJT.txt file should look like the following:


.model MyRFBJT

.symbol bjt_npn_2port

# GHz   s   ma   r   50

3.0 0.80 -89 2.86 99 0.03 56 0.76 -41

4.0 0.72 -116 2.60 76 0.03 57 0.73 -54

5.0 0.66 -142 2.39 54 0.03 62 0.72 -68


Create a text file as indicated in the tables above. Open RF.Spice's Device Manager and select "Create New RF Device from S-Parameter Text File..." from its File Menu. Follow the program's prompts step by step and create your new RF BJT device.

Amplifier Design for Maximum Gain

In this part of the tutorial lesson, you will design an RF amplifier using your MyRFBJT device for maximum gain through conjugate matching. The figure below shows the block diagram of a general transistor amplifier.

A general transistor amplifier circuit.

The input and output reflection coefficients are given by:

[math] \Gamma_{in} = \frac{Z_{in} - Z_0}{Z_{in} + Z_0} = s_{11} + \frac{ s_{12}s_{21} \Gamma_L }{1 - s_{22} \Gamma_L} [/math]

[math] \Gamma_{out} = \frac{Z_{out} - Z_0}{Z_{out} + Z_0} = s_{22} + \frac{ s_{12}s_{21} \Gamma_S }{1 - s_{11} \Gamma_S} [/math]

where ΓS and ΓL are the source and load reflection coefficients as defined in Tutorial Lesson 8.

The maximum power transfer will be achieved under conjugate matching conditions at the input and output of the transistor:

[math] \Gamma_S^{\ast} = s_{11} + \frac{ s_{12}s_{21} \Gamma_L }{1 - s_{22} \Gamma_L} [/math]

[math] \Gamma_L^{\ast} = s_{22} + \frac{ s_{12}s_{21} \Gamma_S }{1 - s_{11} \Gamma_S} [/math]

The above equations can be solved for ΓS and ΓL as follows:

[math] \Gamma_S = \frac{ B_1 \pm \sqrt{B_1^2-4|C_1|^2} }{2C_1} [/math]

[math] \Gamma_L = \frac{ B_2 \pm \sqrt{B_2^2-4|C_2|^2} }{2C_2} [/math]

where

[math] B_1 = 1 + |s_{11}|^2 - |s_{22}|^2 - |\Delta |^2 [/math]

[math] B_2 = 1 + |s_{22}|^2 - |s_{11}|^2 - |\Delta |^2 [/math]

[math] C_1 = s_{11} - \Delta s_{22}^{\ast} [/math]

[math] C_2 = s_{22} - \Delta s_{11}^{\ast} [/math]

[math] \Delta = s_{11}s_{22} - s_{12}s_{21} [/math]

The maximum transducer gain of the amplifier under the conjugate match conditions is given by:

[math] G_{Tmax} = G_S . G_0 . G_L = \frac{1}{1-|\Gamma_S|^2} . |S_{21}|^2 . \frac{1-|\Gamma_L|^2}{\left| 1-s_{22} \Gamma_L \right|^2} [/math]

Recalling the definition of the K-parameter from the previous tutorial lesson:

[math] K = \frac {1 - |s_{11}|^2 - |s_{22}|^2 + |\Delta |^2 } { 2|s_{12}s_{21}| } [/math]

one can show that for an unconditionally stable transistor (K > 1), the maximum transducer gain of the amplifier can be written as:

[math] G_{Tmax} = \frac{|S_{21}|}{|S_{12}|} \left( K - \sqrt{K^2-1} \right) [/math]

Building a Distributed RF BJT Amplifier

The distributed RF BJT Amplifier with generic T-Line components.
The property dialog of the imported FR BJT.

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


AC Voltage Source: VS (keyboard shortcut: Alt+V)

Two 50Ω Resistors: RS and RL

RF BJT: MyRFBJT (imported model)

Two Generic T-Line Segments: T1 and T2 (keyboard shortcut: T)

Two Generic T-Line Open Stubs: XTLS1 and XTLS2

Two Ammeters: AM1 and AM2 (keyboard shortcut: Alt+Y)

Two Net Markers: IN and OUT (keyboard shortcut: Alt+N)



The goal is to design a distributed BJT amplifier for maximum gain at f = 4GHz. From the S-parameter data of the RF BJT at 4GHz, you find that


Δ = 0.488 ∠-162°

K = 1.195

ΓS = 0.872 ∠123°

ΓL = 0.876 ∠61°

GTmax = 16.7dB;


The input and output matching networks for this project both consist of a generic 50Ω T-Line segment together with a shunt generic 50Ω T-Line Open Stub as shown in the figure. The lengths of the T-Line Segments and Open Stubs can be found using the same procedure you followed in Tutorial Lesson 3 for stub matching. Given λ0 = 75mm at f0 4GHz, these lengths are found to be:

T-Line Component Z0 Electrical Length Physical Length at 4GHz
T1 50Ω 0.120λ0 9mm
XTLOS1 50Ω 0.206λ0 19mm
T2 50Ω 0.206λ0 19mm
XTLOS2 50Ω 0.206λ0 19mm


The distributed RF BJT Amplifier without the source and load sections for the purpose of network analysis.

Place and connect all the parts as shown in the above figure. First, remove the AC voltage source and the source and load resistors to perform network analysis. Run a Network Analysis Test of this circuit with start and stop frequencies set at 3GHz and 5GHz, respectively, with a linear frequency step size of 10MHz. Plot the S-parameters on an amplitude-only Cartesian graph. The figure below shows the results for s11, s21, s12 and s22 parameters. It can be seen that the amplifier has a reasonably good return loss at 4GHz. Note that your original S-parameter model of the RF BJT has data for only thee frequencies.


Attention icon.png RF.Spice interpolates between a model's available frequency data points to calculate the S-parameters at all the intermediate frequencies. Therefore, a larger number of measured frequency data points leads to more accurate simulation results.


The graph of magnitude of s11, s21, s12 and s22 parameters of the distributed BJT amplifier circuit.


Next, connect the AC voltage source and the source and load resistors and place the source and load ammeters in a similar manner as in the last part of the previous tutorial lesson. Similarly, define a custom output plot called GP for the power gain of your amplifier. Use the same definition: GP = 20*log10(abs(i(am2)/i(am1))). Run an AC Frequency Sweep Test of your amplifier from 3GHz to 5GHz with linear frequency steps of 10MHz. The figure below shows the graph of power gain vs. frequency.


The graph of the power gain of the distributed BJT amplifier vs. frequency.

 

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