SlideShare ist ein Scribd-Unternehmen logo
1 von 9
Downloaden Sie, um offline zu lesen
ECE 593
Project#2 – Low Noise Amplifier Design at 2 GHz
by
Chien-Chun, Yao
Karthikvel Rathinavel
In partial fulfillment of the requirements for the course of
RF and Microwave Circuit Design
Department of Electrical Engineering and Computer Science
Oregon State University
Corvallis
March, 2016
Introduction:
This report describes a design of a low noise amplifier (LNA) in Advanced Design System (ADS). Low noise is
an amplifier that amplifies small signals without significantly lowering the signal to noise ratio (SNR). When
the input and output network impedance matching is done we have maximum power transferred to the output.
This property allows us to amplify at high frequencies. In the project report we construct the biasing network
for a Bi-Polar Transistor (BJT), such the matched amplifier gives good gain and bandwidth at 2 GHz. The BJT
utilized was NE85639.	
Required and Simulated Specifications at 2GHz:
Parameters Required Specifications Simulated Specifications
S22 < -10dB -14.609 dB
S21 >10 dB 10.007 dB
Bandwidth > 1GHz 1.080 GHz
Noise Figure at Input - 3.230 dB
Bias voltage - 0.810 V
Table 1: Required and Simulated Specifications for Final Design
Design Approach:
In our project we were required to design a Low Noise Amplifier such that it met the output gain and bandwidth
requirements. First, we chose a bias voltage, equal to 0.81 V, such that the S parameters of the network
(LNA) is fixed. Next, we started measured the S-parameters by plotting smith chart of the sample circuit
provided in the course library.
s11 -0.355+j0.348
s12 0.09+j0.141
s21 1.731+j2.019
s22 0.009-j0.093
Table 2: S parameters of the LNA
Once, S-parameters of the network was obtained, we find the impedance looking in the source and at the load,
and respectively, such that it is matched at 50 ohms. We use the following equations to find and
∆	 11 22 12 21
1 1 | 11|2
| 22|2
|∆	|2
2 1 | 22|2
| 11|2
|∆	|2
1 11 ∆ 22′
2 22 ∆ 11′
1
2
1
2
4 | |2
2
2 2
4 | |2
2
1
1
1
1
Figure 1: Measurements of S-parameters of the ideal network
Next, we use and to match the input and output impedance of the BJT by using smith chart. In this
process, we use ideal short stub, open Stub, two-ended transmission line (T-line) and a 5 pF-capacitor to build
the matching network.
Figure 2: Input Matching Network for Initial Design Components
For our initial design, we used TLIN (ideal transmission line components) with characteristic impedance of 50
and the phase angle derived from a smith chart, such the input and output matching was achieved. The design
was modified by carefully calibrating the electrical length of each TLIN and such that all the required
specifications were met for ideal case. In addition, the gain requirement was met by lowering the input
impedance. Once this was done we replaced ideal transmission lines with MLIN (microstrip transmission line)
with line calculated lengths and width from the ideal design.
Modified Initial Design using Ideal Transmission Lines:
Figure 3: Circuit Diagram with Ideal Components (TLIN) with impedance matching Network
Note: 0.81	 was used such that S-parameters of the network doesn’t change. Also we had to adjust our
electrical lengths and the input impedance a little bit from the smith chart calculated values (matching network).
Figure 4: Gain, Bandwidth and S22 for Ideal Transmission Lines (TLIN)
Here bandwidth is calculated by lowering 3 dB from the maximum peak in S21 curve and looking at the
corresponding frequency range of intersection. That is frequency at point M5 - M4 is our 3 dB bandwidth.
Non- Ideal (Microstip T-lines) Final Circuit:
Figure 5: Circuit Diagram with M-LIN with impedance matching Network
Here in the final design we replace the ideal transmission lines (TLINs) with non-ideal Microstrip transmission
lines. The Ws and Ls were calculated from the impedance and electrical length of the final ideal design. The
resultant plots for s21 and s22 were almost identical when we used ideal components. The final design
specifications is shown below.
Figure 6: Specifications for Final Design
Again, here bandwidth is calculated by lowering 3 dB from the maximum peak in S21 curve and looking at the
corresponding frequency range of intersection. The frequency range for our 3 dB bandwidth is given by
subtracting the frequency points at M5 and M6.
Figure7: s11 for Final Design
Figure 8: Noise Figure for Input and Output
The noise figure at the input is 3.230 dB at 2 GHz. This noise figure is plotted as a function of frequency in the
figure above.
References:
[1] David M. Pozar, “Microwave Engineering,” 4th
ed.,(2012).
Appendix:
MATLAB Code:
clc;
clear all;
format compact;
s11= -0.355+0.348i
s12= 0.09+0.141i
s21=1.731+2.019i
s22=0.009-0.093i
%Delta
d = s11*s22-s12*s21
B1=1+(abs(s11))^2-(abs(s22))^2-(abs(d))^2
B2=1+(abs(s22))^2-(abs(s11))^2-(abs(d))^2
C1=s11-d*s22'
C2=s22-d*s11'
Gamma_S= (B1-sqrt(B1^2-4*(abs(C1))^2)) /(2*C1)
Gamma_L= (B2-sqrt(B2^2-4*(abs(C2))^2)) /(2*C2)
%For finding source and load impedance
Zs = (1+Gamma_S) /(1-Gamma_S)
ZL = (1+Gamma_L) /(1-Gamma_L)

Weitere ähnliche Inhalte

Was ist angesagt?

VLSI circuit design process
VLSI circuit design processVLSI circuit design process
VLSI circuit design processVishal kakade
 
Power amplifier ppt
Power amplifier pptPower amplifier ppt
Power amplifier pptKrishna Ece
 
Optical amplifier
Optical amplifierOptical amplifier
Optical amplifierchnru
 
Erbium Doped Fiber Amplifier (EDFA)
Erbium Doped Fiber Amplifier (EDFA)Erbium Doped Fiber Amplifier (EDFA)
Erbium Doped Fiber Amplifier (EDFA)Jayanshu Gundaniya
 
Drive circuitry for LEDs and LASER
Drive circuitry for LEDs and LASERDrive circuitry for LEDs and LASER
Drive circuitry for LEDs and LASERDiwaker Pant
 
How PSTN phone works?
How PSTN phone works?How PSTN phone works?
How PSTN phone works?mahipal9
 
Filtering Requirements for FDD + TDD CA Scenarios
Filtering Requirements for FDD + TDD CA ScenariosFiltering Requirements for FDD + TDD CA Scenarios
Filtering Requirements for FDD + TDD CA ScenariosPei-Che Chang
 
Frequency-Shift Keying
Frequency-Shift KeyingFrequency-Shift Keying
Frequency-Shift KeyingJessie Rama
 
Frequency modulation
Frequency modulationFrequency modulation
Frequency modulationgopi789
 
Use s parameters-determining_inductance_capacitance
Use s parameters-determining_inductance_capacitanceUse s parameters-determining_inductance_capacitance
Use s parameters-determining_inductance_capacitancePei-Che Chang
 
Optical power measurement
Optical power measurementOptical power measurement
Optical power measurementssuser2797e4
 
Fundamentals of the RF Transmission and Reception of Digital Signals
Fundamentals of the RF Transmission and Reception of Digital SignalsFundamentals of the RF Transmission and Reception of Digital Signals
Fundamentals of the RF Transmission and Reception of Digital SignalsAnalog Devices, Inc.
 
RF Module Design - [Chapter 5] Low Noise Amplifier
RF Module Design - [Chapter 5]  Low Noise AmplifierRF Module Design - [Chapter 5]  Low Noise Amplifier
RF Module Design - [Chapter 5] Low Noise AmplifierSimen Li
 
communication system Introduction - AM
communication system Introduction - AMcommunication system Introduction - AM
communication system Introduction - AMAbdelrahman Elewah
 

Was ist angesagt? (20)

VLSI circuit design process
VLSI circuit design processVLSI circuit design process
VLSI circuit design process
 
Power amplifier ppt
Power amplifier pptPower amplifier ppt
Power amplifier ppt
 
Receiver design
Receiver designReceiver design
Receiver design
 
Nonlinearity
NonlinearityNonlinearity
Nonlinearity
 
Optical amplifier
Optical amplifierOptical amplifier
Optical amplifier
 
Microwave Antenna
Microwave AntennaMicrowave Antenna
Microwave Antenna
 
Erbium Doped Fiber Amplifier (EDFA)
Erbium Doped Fiber Amplifier (EDFA)Erbium Doped Fiber Amplifier (EDFA)
Erbium Doped Fiber Amplifier (EDFA)
 
Modulation of LED
Modulation of LEDModulation of LED
Modulation of LED
 
Drive circuitry for LEDs and LASER
Drive circuitry for LEDs and LASERDrive circuitry for LEDs and LASER
Drive circuitry for LEDs and LASER
 
How PSTN phone works?
How PSTN phone works?How PSTN phone works?
How PSTN phone works?
 
Filtering Requirements for FDD + TDD CA Scenarios
Filtering Requirements for FDD + TDD CA ScenariosFiltering Requirements for FDD + TDD CA Scenarios
Filtering Requirements for FDD + TDD CA Scenarios
 
Frequency-Shift Keying
Frequency-Shift KeyingFrequency-Shift Keying
Frequency-Shift Keying
 
Frequency modulation
Frequency modulationFrequency modulation
Frequency modulation
 
Use s parameters-determining_inductance_capacitance
Use s parameters-determining_inductance_capacitanceUse s parameters-determining_inductance_capacitance
Use s parameters-determining_inductance_capacitance
 
Optical power measurement
Optical power measurementOptical power measurement
Optical power measurement
 
lecture4.ppt
lecture4.pptlecture4.ppt
lecture4.ppt
 
Fundamentals of the RF Transmission and Reception of Digital Signals
Fundamentals of the RF Transmission and Reception of Digital SignalsFundamentals of the RF Transmission and Reception of Digital Signals
Fundamentals of the RF Transmission and Reception of Digital Signals
 
RF Module Design - [Chapter 5] Low Noise Amplifier
RF Module Design - [Chapter 5]  Low Noise AmplifierRF Module Design - [Chapter 5]  Low Noise Amplifier
RF Module Design - [Chapter 5] Low Noise Amplifier
 
communication system Introduction - AM
communication system Introduction - AMcommunication system Introduction - AM
communication system Introduction - AM
 
Scattering matrix
Scattering matrixScattering matrix
Scattering matrix
 

Ähnlich wie Low Noise Amplifier at 2 GHz using the transistor NE85639 in ADS

DESIGN AND ANALYSIS OF 2 GHz 130nm CMOS CASCODE LOW NOISE AMPLIFIER WITH INTE...
DESIGN AND ANALYSIS OF 2 GHz 130nm CMOS CASCODE LOW NOISE AMPLIFIER WITH INTE...DESIGN AND ANALYSIS OF 2 GHz 130nm CMOS CASCODE LOW NOISE AMPLIFIER WITH INTE...
DESIGN AND ANALYSIS OF 2 GHz 130nm CMOS CASCODE LOW NOISE AMPLIFIER WITH INTE...csijjournal
 
Design and Implementation of LNA at 900MHz for GSM applications
Design and Implementation of LNA at 900MHz for GSM applicationsDesign and Implementation of LNA at 900MHz for GSM applications
Design and Implementation of LNA at 900MHz for GSM applicationsAbdus Sami
 
Design of 10 to 12 GHz Low Noise Amplifier for Ultrawideband (UWB) System
Design of 10 to 12 GHz Low Noise Amplifier for Ultrawideband (UWB) SystemDesign of 10 to 12 GHz Low Noise Amplifier for Ultrawideband (UWB) System
Design of 10 to 12 GHz Low Noise Amplifier for Ultrawideband (UWB) SystemIJECEIAES
 
Negative image amplifier technique for performance enhancement of ultra wideb...
Negative image amplifier technique for performance enhancement of ultra wideb...Negative image amplifier technique for performance enhancement of ultra wideb...
Negative image amplifier technique for performance enhancement of ultra wideb...IJECEIAES
 
Ultra-low power 0.45 mW 2.4 GHz CMOS low noise amplifier for wireless sensor ...
Ultra-low power 0.45 mW 2.4 GHz CMOS low noise amplifier for wireless sensor ...Ultra-low power 0.45 mW 2.4 GHz CMOS low noise amplifier for wireless sensor ...
Ultra-low power 0.45 mW 2.4 GHz CMOS low noise amplifier for wireless sensor ...journalBEEI
 
PARASITIC-AWARE FULL PHYSICAL CHIP DESIGN OF LNA RFIC AT 2.45GHZ USING IBM 13...
PARASITIC-AWARE FULL PHYSICAL CHIP DESIGN OF LNA RFIC AT 2.45GHZ USING IBM 13...PARASITIC-AWARE FULL PHYSICAL CHIP DESIGN OF LNA RFIC AT 2.45GHZ USING IBM 13...
PARASITIC-AWARE FULL PHYSICAL CHIP DESIGN OF LNA RFIC AT 2.45GHZ USING IBM 13...Ilango Jeyasubramanian
 
A Review on Wide Bandwidth Low Noise Amplifier for Modern Wireless Communication
A Review on Wide Bandwidth Low Noise Amplifier for Modern Wireless CommunicationA Review on Wide Bandwidth Low Noise Amplifier for Modern Wireless Communication
A Review on Wide Bandwidth Low Noise Amplifier for Modern Wireless CommunicationIRJET Journal
 
A Novel Configuration of a Microstrip Microwave Wideband Power Amplifier for ...
A Novel Configuration of a Microstrip Microwave Wideband Power Amplifier for ...A Novel Configuration of a Microstrip Microwave Wideband Power Amplifier for ...
A Novel Configuration of a Microstrip Microwave Wideband Power Amplifier for ...TELKOMNIKA JOURNAL
 
DESIGN AND NOISE OPTIMIZATION OF RF LOW NOISE AMPLIFIER FOR IEEE STANDARD 802...
DESIGN AND NOISE OPTIMIZATION OF RF LOW NOISE AMPLIFIER FOR IEEE STANDARD 802...DESIGN AND NOISE OPTIMIZATION OF RF LOW NOISE AMPLIFIER FOR IEEE STANDARD 802...
DESIGN AND NOISE OPTIMIZATION OF RF LOW NOISE AMPLIFIER FOR IEEE STANDARD 802...VLSICS Design
 
A 10 d bm 25 dbm, 0.363 mm2 two stage 130 nm rf cmos power amplifier
A 10 d bm 25 dbm, 0.363 mm2 two stage 130 nm rf cmos power amplifierA 10 d bm 25 dbm, 0.363 mm2 two stage 130 nm rf cmos power amplifier
A 10 d bm 25 dbm, 0.363 mm2 two stage 130 nm rf cmos power amplifierVLSICS Design
 
Mini Project 2 - Impedance Matching With A Double Stub Tuner
Mini Project 2  -  Impedance Matching With A Double Stub TunerMini Project 2  -  Impedance Matching With A Double Stub Tuner
Mini Project 2 - Impedance Matching With A Double Stub TunerAIMST University
 
First order sigma delta modulator with low-power
First order sigma delta modulator with low-powerFirst order sigma delta modulator with low-power
First order sigma delta modulator with low-powereSAT Publishing House
 
First order sigma delta modulator with low-power consumption implemented in a...
First order sigma delta modulator with low-power consumption implemented in a...First order sigma delta modulator with low-power consumption implemented in a...
First order sigma delta modulator with low-power consumption implemented in a...eSAT Journals
 
LowNoiseAmplifierReport
LowNoiseAmplifierReportLowNoiseAmplifierReport
LowNoiseAmplifierReportSyed Kazmi
 
A Novel Configuration of A Microstrip Power Amplifier based on GaAs-FET for I...
A Novel Configuration of A Microstrip Power Amplifier based on GaAs-FET for I...A Novel Configuration of A Microstrip Power Amplifier based on GaAs-FET for I...
A Novel Configuration of A Microstrip Power Amplifier based on GaAs-FET for I...IJECEIAES
 

Ähnlich wie Low Noise Amplifier at 2 GHz using the transistor NE85639 in ADS (20)

DESIGN AND ANALYSIS OF 2 GHz 130nm CMOS CASCODE LOW NOISE AMPLIFIER WITH INTE...
DESIGN AND ANALYSIS OF 2 GHz 130nm CMOS CASCODE LOW NOISE AMPLIFIER WITH INTE...DESIGN AND ANALYSIS OF 2 GHz 130nm CMOS CASCODE LOW NOISE AMPLIFIER WITH INTE...
DESIGN AND ANALYSIS OF 2 GHz 130nm CMOS CASCODE LOW NOISE AMPLIFIER WITH INTE...
 
Design and Implementation of LNA at 900MHz for GSM applications
Design and Implementation of LNA at 900MHz for GSM applicationsDesign and Implementation of LNA at 900MHz for GSM applications
Design and Implementation of LNA at 900MHz for GSM applications
 
Design of 10 to 12 GHz Low Noise Amplifier for Ultrawideband (UWB) System
Design of 10 to 12 GHz Low Noise Amplifier for Ultrawideband (UWB) SystemDesign of 10 to 12 GHz Low Noise Amplifier for Ultrawideband (UWB) System
Design of 10 to 12 GHz Low Noise Amplifier for Ultrawideband (UWB) System
 
Negative image amplifier technique for performance enhancement of ultra wideb...
Negative image amplifier technique for performance enhancement of ultra wideb...Negative image amplifier technique for performance enhancement of ultra wideb...
Negative image amplifier technique for performance enhancement of ultra wideb...
 
Bh31403408
Bh31403408Bh31403408
Bh31403408
 
Cw35552557
Cw35552557Cw35552557
Cw35552557
 
E05322730
E05322730E05322730
E05322730
 
Ultra-low power 0.45 mW 2.4 GHz CMOS low noise amplifier for wireless sensor ...
Ultra-low power 0.45 mW 2.4 GHz CMOS low noise amplifier for wireless sensor ...Ultra-low power 0.45 mW 2.4 GHz CMOS low noise amplifier for wireless sensor ...
Ultra-low power 0.45 mW 2.4 GHz CMOS low noise amplifier for wireless sensor ...
 
PARASITIC-AWARE FULL PHYSICAL CHIP DESIGN OF LNA RFIC AT 2.45GHZ USING IBM 13...
PARASITIC-AWARE FULL PHYSICAL CHIP DESIGN OF LNA RFIC AT 2.45GHZ USING IBM 13...PARASITIC-AWARE FULL PHYSICAL CHIP DESIGN OF LNA RFIC AT 2.45GHZ USING IBM 13...
PARASITIC-AWARE FULL PHYSICAL CHIP DESIGN OF LNA RFIC AT 2.45GHZ USING IBM 13...
 
A Review on Wide Bandwidth Low Noise Amplifier for Modern Wireless Communication
A Review on Wide Bandwidth Low Noise Amplifier for Modern Wireless CommunicationA Review on Wide Bandwidth Low Noise Amplifier for Modern Wireless Communication
A Review on Wide Bandwidth Low Noise Amplifier for Modern Wireless Communication
 
A Novel Configuration of a Microstrip Microwave Wideband Power Amplifier for ...
A Novel Configuration of a Microstrip Microwave Wideband Power Amplifier for ...A Novel Configuration of a Microstrip Microwave Wideband Power Amplifier for ...
A Novel Configuration of a Microstrip Microwave Wideband Power Amplifier for ...
 
DESIGN AND NOISE OPTIMIZATION OF RF LOW NOISE AMPLIFIER FOR IEEE STANDARD 802...
DESIGN AND NOISE OPTIMIZATION OF RF LOW NOISE AMPLIFIER FOR IEEE STANDARD 802...DESIGN AND NOISE OPTIMIZATION OF RF LOW NOISE AMPLIFIER FOR IEEE STANDARD 802...
DESIGN AND NOISE OPTIMIZATION OF RF LOW NOISE AMPLIFIER FOR IEEE STANDARD 802...
 
A 10 d bm 25 dbm, 0.363 mm2 two stage 130 nm rf cmos power amplifier
A 10 d bm 25 dbm, 0.363 mm2 two stage 130 nm rf cmos power amplifierA 10 d bm 25 dbm, 0.363 mm2 two stage 130 nm rf cmos power amplifier
A 10 d bm 25 dbm, 0.363 mm2 two stage 130 nm rf cmos power amplifier
 
Mini Project 2 - Impedance Matching With A Double Stub Tuner
Mini Project 2  -  Impedance Matching With A Double Stub TunerMini Project 2  -  Impedance Matching With A Double Stub Tuner
Mini Project 2 - Impedance Matching With A Double Stub Tuner
 
wireless power transfer
wireless power transferwireless power transfer
wireless power transfer
 
Review paper
Review paperReview paper
Review paper
 
First order sigma delta modulator with low-power
First order sigma delta modulator with low-powerFirst order sigma delta modulator with low-power
First order sigma delta modulator with low-power
 
First order sigma delta modulator with low-power consumption implemented in a...
First order sigma delta modulator with low-power consumption implemented in a...First order sigma delta modulator with low-power consumption implemented in a...
First order sigma delta modulator with low-power consumption implemented in a...
 
LowNoiseAmplifierReport
LowNoiseAmplifierReportLowNoiseAmplifierReport
LowNoiseAmplifierReport
 
A Novel Configuration of A Microstrip Power Amplifier based on GaAs-FET for I...
A Novel Configuration of A Microstrip Power Amplifier based on GaAs-FET for I...A Novel Configuration of A Microstrip Power Amplifier based on GaAs-FET for I...
A Novel Configuration of A Microstrip Power Amplifier based on GaAs-FET for I...
 

Mehr von Karthik Rathinavel

Design of 17-Bit Audio Band Delta-Sigma Analog to Digital Converter
Design of 17-Bit Audio Band Delta-Sigma Analog to Digital ConverterDesign of 17-Bit Audio Band Delta-Sigma Analog to Digital Converter
Design of 17-Bit Audio Band Delta-Sigma Analog to Digital ConverterKarthik Rathinavel
 
Digital Voltmeter displaying voltage level on a seven segment display and com...
Digital Voltmeter displaying voltage level on a seven segment display and com...Digital Voltmeter displaying voltage level on a seven segment display and com...
Digital Voltmeter displaying voltage level on a seven segment display and com...Karthik Rathinavel
 
Sine Wave Generator with controllable frequency displayed on a seven segment ...
Sine Wave Generator with controllable frequency displayed on a seven segment ...Sine Wave Generator with controllable frequency displayed on a seven segment ...
Sine Wave Generator with controllable frequency displayed on a seven segment ...Karthik Rathinavel
 
Ece593 project1 chien_chun_yao_and_karthikvel_rathinavel
Ece593 project1 chien_chun_yao_and_karthikvel_rathinavelEce593 project1 chien_chun_yao_and_karthikvel_rathinavel
Ece593 project1 chien_chun_yao_and_karthikvel_rathinavelKarthik Rathinavel
 
Ece 523 project – fully differential two stage telescopic op amp
Ece 523 project – fully differential two stage telescopic op ampEce 523 project – fully differential two stage telescopic op amp
Ece 523 project – fully differential two stage telescopic op ampKarthik Rathinavel
 
ECE 626 project report Switched Capacitor
ECE 626 project report Switched CapacitorECE 626 project report Switched Capacitor
ECE 626 project report Switched CapacitorKarthik Rathinavel
 
Differntial Input to Single Ended Output, Two stage Op-amp
Differntial Input to Single Ended Output, Two stage Op-ampDifferntial Input to Single Ended Output, Two stage Op-amp
Differntial Input to Single Ended Output, Two stage Op-ampKarthik Rathinavel
 
Continuous Low Pass Filter Realization using Cascaded stages of Tow-Thomas Bi...
Continuous Low Pass Filter Realization using Cascaded stages of Tow-Thomas Bi...Continuous Low Pass Filter Realization using Cascaded stages of Tow-Thomas Bi...
Continuous Low Pass Filter Realization using Cascaded stages of Tow-Thomas Bi...Karthik Rathinavel
 
Two stage folded cascode op amp design in Cadence
Two stage folded cascode op amp design in CadenceTwo stage folded cascode op amp design in Cadence
Two stage folded cascode op amp design in CadenceKarthik Rathinavel
 
Transmitting Digital Signal through Light Pulses
Transmitting Digital Signal through Light PulsesTransmitting Digital Signal through Light Pulses
Transmitting Digital Signal through Light PulsesKarthik Rathinavel
 

Mehr von Karthik Rathinavel (13)

Design of 17-Bit Audio Band Delta-Sigma Analog to Digital Converter
Design of 17-Bit Audio Band Delta-Sigma Analog to Digital ConverterDesign of 17-Bit Audio Band Delta-Sigma Analog to Digital Converter
Design of 17-Bit Audio Band Delta-Sigma Analog to Digital Converter
 
Digital Voltmeter displaying voltage level on a seven segment display and com...
Digital Voltmeter displaying voltage level on a seven segment display and com...Digital Voltmeter displaying voltage level on a seven segment display and com...
Digital Voltmeter displaying voltage level on a seven segment display and com...
 
Sine Wave Generator with controllable frequency displayed on a seven segment ...
Sine Wave Generator with controllable frequency displayed on a seven segment ...Sine Wave Generator with controllable frequency displayed on a seven segment ...
Sine Wave Generator with controllable frequency displayed on a seven segment ...
 
Ece593 project1 chien_chun_yao_and_karthikvel_rathinavel
Ece593 project1 chien_chun_yao_and_karthikvel_rathinavelEce593 project1 chien_chun_yao_and_karthikvel_rathinavel
Ece593 project1 chien_chun_yao_and_karthikvel_rathinavel
 
Ece523 folded cascode design
Ece523 folded cascode designEce523 folded cascode design
Ece523 folded cascode design
 
Ece 523 project – fully differential two stage telescopic op amp
Ece 523 project – fully differential two stage telescopic op ampEce 523 project – fully differential two stage telescopic op amp
Ece 523 project – fully differential two stage telescopic op amp
 
ECE 626 project report Switched Capacitor
ECE 626 project report Switched CapacitorECE 626 project report Switched Capacitor
ECE 626 project report Switched Capacitor
 
Differntial Input to Single Ended Output, Two stage Op-amp
Differntial Input to Single Ended Output, Two stage Op-ampDifferntial Input to Single Ended Output, Two stage Op-amp
Differntial Input to Single Ended Output, Two stage Op-amp
 
Continuous Low Pass Filter Realization using Cascaded stages of Tow-Thomas Bi...
Continuous Low Pass Filter Realization using Cascaded stages of Tow-Thomas Bi...Continuous Low Pass Filter Realization using Cascaded stages of Tow-Thomas Bi...
Continuous Low Pass Filter Realization using Cascaded stages of Tow-Thomas Bi...
 
Two stage folded cascode op amp design in Cadence
Two stage folded cascode op amp design in CadenceTwo stage folded cascode op amp design in Cadence
Two stage folded cascode op amp design in Cadence
 
Transmitting Digital Signal through Light Pulses
Transmitting Digital Signal through Light PulsesTransmitting Digital Signal through Light Pulses
Transmitting Digital Signal through Light Pulses
 
Project Report
Project Report Project Report
Project Report
 
Project presentation
Project presentationProject presentation
Project presentation
 

Kürzlich hochgeladen

Ch10-Global Supply Chain - Cadena de Suministro.pdf
Ch10-Global Supply Chain - Cadena de Suministro.pdfCh10-Global Supply Chain - Cadena de Suministro.pdf
Ch10-Global Supply Chain - Cadena de Suministro.pdfChristianCDAM
 
welding defects observed during the welding
welding defects observed during the weldingwelding defects observed during the welding
welding defects observed during the weldingMuhammadUzairLiaqat
 
Energy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxEnergy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxsiddharthjain2303
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptMadan Karki
 
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONTHE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONjhunlian
 
BSNL Internship Training presentation.pptx
BSNL Internship Training presentation.pptxBSNL Internship Training presentation.pptx
BSNL Internship Training presentation.pptxNiranjanYadav41
 
Main Memory Management in Operating System
Main Memory Management in Operating SystemMain Memory Management in Operating System
Main Memory Management in Operating SystemRashmi Bhat
 
Configuration of IoT devices - Systems managament
Configuration of IoT devices - Systems managamentConfiguration of IoT devices - Systems managament
Configuration of IoT devices - Systems managamentBharaniDharan195623
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Mine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxMine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxRomil Mishra
 
Input Output Management in Operating System
Input Output Management in Operating SystemInput Output Management in Operating System
Input Output Management in Operating SystemRashmi Bhat
 
"Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ..."Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ...Erbil Polytechnic University
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
Autonomous emergency braking system (aeb) ppt.ppt
Autonomous emergency braking system (aeb) ppt.pptAutonomous emergency braking system (aeb) ppt.ppt
Autonomous emergency braking system (aeb) ppt.pptbibisarnayak0
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
National Level Hackathon Participation Certificate.pdf
National Level Hackathon Participation Certificate.pdfNational Level Hackathon Participation Certificate.pdf
National Level Hackathon Participation Certificate.pdfRajuKanojiya4
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdfHafizMudaserAhmad
 

Kürzlich hochgeladen (20)

Ch10-Global Supply Chain - Cadena de Suministro.pdf
Ch10-Global Supply Chain - Cadena de Suministro.pdfCh10-Global Supply Chain - Cadena de Suministro.pdf
Ch10-Global Supply Chain - Cadena de Suministro.pdf
 
welding defects observed during the welding
welding defects observed during the weldingwelding defects observed during the welding
welding defects observed during the welding
 
Energy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxEnergy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptx
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.ppt
 
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONTHE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
 
BSNL Internship Training presentation.pptx
BSNL Internship Training presentation.pptxBSNL Internship Training presentation.pptx
BSNL Internship Training presentation.pptx
 
Main Memory Management in Operating System
Main Memory Management in Operating SystemMain Memory Management in Operating System
Main Memory Management in Operating System
 
Configuration of IoT devices - Systems managament
Configuration of IoT devices - Systems managamentConfiguration of IoT devices - Systems managament
Configuration of IoT devices - Systems managament
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Mine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxMine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptx
 
Input Output Management in Operating System
Input Output Management in Operating SystemInput Output Management in Operating System
Input Output Management in Operating System
 
"Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ..."Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ...
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
Autonomous emergency braking system (aeb) ppt.ppt
Autonomous emergency braking system (aeb) ppt.pptAutonomous emergency braking system (aeb) ppt.ppt
Autonomous emergency braking system (aeb) ppt.ppt
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
National Level Hackathon Participation Certificate.pdf
National Level Hackathon Participation Certificate.pdfNational Level Hackathon Participation Certificate.pdf
National Level Hackathon Participation Certificate.pdf
 
Designing pile caps according to ACI 318-19.pptx
Designing pile caps according to ACI 318-19.pptxDesigning pile caps according to ACI 318-19.pptx
Designing pile caps according to ACI 318-19.pptx
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf
 

Low Noise Amplifier at 2 GHz using the transistor NE85639 in ADS

  • 1. ECE 593 Project#2 – Low Noise Amplifier Design at 2 GHz by Chien-Chun, Yao Karthikvel Rathinavel In partial fulfillment of the requirements for the course of RF and Microwave Circuit Design Department of Electrical Engineering and Computer Science Oregon State University Corvallis March, 2016
  • 2. Introduction: This report describes a design of a low noise amplifier (LNA) in Advanced Design System (ADS). Low noise is an amplifier that amplifies small signals without significantly lowering the signal to noise ratio (SNR). When the input and output network impedance matching is done we have maximum power transferred to the output. This property allows us to amplify at high frequencies. In the project report we construct the biasing network for a Bi-Polar Transistor (BJT), such the matched amplifier gives good gain and bandwidth at 2 GHz. The BJT utilized was NE85639. Required and Simulated Specifications at 2GHz: Parameters Required Specifications Simulated Specifications S22 < -10dB -14.609 dB S21 >10 dB 10.007 dB Bandwidth > 1GHz 1.080 GHz Noise Figure at Input - 3.230 dB Bias voltage - 0.810 V Table 1: Required and Simulated Specifications for Final Design Design Approach: In our project we were required to design a Low Noise Amplifier such that it met the output gain and bandwidth requirements. First, we chose a bias voltage, equal to 0.81 V, such that the S parameters of the network (LNA) is fixed. Next, we started measured the S-parameters by plotting smith chart of the sample circuit provided in the course library. s11 -0.355+j0.348 s12 0.09+j0.141 s21 1.731+j2.019 s22 0.009-j0.093 Table 2: S parameters of the LNA Once, S-parameters of the network was obtained, we find the impedance looking in the source and at the load, and respectively, such that it is matched at 50 ohms. We use the following equations to find and ∆ 11 22 12 21 1 1 | 11|2 | 22|2 |∆ |2 2 1 | 22|2 | 11|2 |∆ |2 1 11 ∆ 22′ 2 22 ∆ 11′
  • 3. 1 2 1 2 4 | |2 2 2 2 4 | |2 2 1 1 1 1 Figure 1: Measurements of S-parameters of the ideal network Next, we use and to match the input and output impedance of the BJT by using smith chart. In this process, we use ideal short stub, open Stub, two-ended transmission line (T-line) and a 5 pF-capacitor to build the matching network.
  • 4. Figure 2: Input Matching Network for Initial Design Components For our initial design, we used TLIN (ideal transmission line components) with characteristic impedance of 50 and the phase angle derived from a smith chart, such the input and output matching was achieved. The design was modified by carefully calibrating the electrical length of each TLIN and such that all the required specifications were met for ideal case. In addition, the gain requirement was met by lowering the input impedance. Once this was done we replaced ideal transmission lines with MLIN (microstrip transmission line) with line calculated lengths and width from the ideal design.
  • 5. Modified Initial Design using Ideal Transmission Lines: Figure 3: Circuit Diagram with Ideal Components (TLIN) with impedance matching Network Note: 0.81 was used such that S-parameters of the network doesn’t change. Also we had to adjust our electrical lengths and the input impedance a little bit from the smith chart calculated values (matching network). Figure 4: Gain, Bandwidth and S22 for Ideal Transmission Lines (TLIN) Here bandwidth is calculated by lowering 3 dB from the maximum peak in S21 curve and looking at the corresponding frequency range of intersection. That is frequency at point M5 - M4 is our 3 dB bandwidth.
  • 6. Non- Ideal (Microstip T-lines) Final Circuit: Figure 5: Circuit Diagram with M-LIN with impedance matching Network Here in the final design we replace the ideal transmission lines (TLINs) with non-ideal Microstrip transmission lines. The Ws and Ls were calculated from the impedance and electrical length of the final ideal design. The resultant plots for s21 and s22 were almost identical when we used ideal components. The final design specifications is shown below. Figure 6: Specifications for Final Design Again, here bandwidth is calculated by lowering 3 dB from the maximum peak in S21 curve and looking at the corresponding frequency range of intersection. The frequency range for our 3 dB bandwidth is given by subtracting the frequency points at M5 and M6.
  • 7. Figure7: s11 for Final Design Figure 8: Noise Figure for Input and Output The noise figure at the input is 3.230 dB at 2 GHz. This noise figure is plotted as a function of frequency in the figure above.
  • 8. References: [1] David M. Pozar, “Microwave Engineering,” 4th ed.,(2012).
  • 9. Appendix: MATLAB Code: clc; clear all; format compact; s11= -0.355+0.348i s12= 0.09+0.141i s21=1.731+2.019i s22=0.009-0.093i %Delta d = s11*s22-s12*s21 B1=1+(abs(s11))^2-(abs(s22))^2-(abs(d))^2 B2=1+(abs(s22))^2-(abs(s11))^2-(abs(d))^2 C1=s11-d*s22' C2=s22-d*s11' Gamma_S= (B1-sqrt(B1^2-4*(abs(C1))^2)) /(2*C1) Gamma_L= (B2-sqrt(B2^2-4*(abs(C2))^2)) /(2*C2) %For finding source and load impedance Zs = (1+Gamma_S) /(1-Gamma_S) ZL = (1+Gamma_L) /(1-Gamma_L)