-z ZLZL ZcZc z = 0 -z ZLZL ZcZc z = 0 -z ZLZL ZcZc z = 0 -z ZLZL ZcZc z = 0 Eureka! Use a stub, somewhere. How long should it be?

Slides:



Advertisements
Similar presentations
Warm-Up Explain how you made each match (Without a calculator!)
Advertisements

Matlab Graphics S. Awad, Ph.D. M. Corless, M.S.E.E. E.C.E. Department University of Michigan-Dearborn Introduction to Matlab: 2D Graphics.
3 February 2004K. A. Connor RPI ECSE Department 1 Smith Chart Supplemental Information Fields and Waves I ECSE 2100.
Prof. Ji Chen Notes 12 Transmission Lines (Smith Chart) ECE Spring 2014.
Derivation and Use of Reflection Coefficient
Lecture 12 Last lecture: impedance matching Vg(t) A’ A Tarnsmission line ZLZL Z0Z0 Z in Zg IiIi Matching network Z in = Z 0.
ELEC 412Lecture 51 ELEC 412 RF & Microwave Engineering Fall 2004 Lecture 5.
ENEE482-Dr. Zaki1 Impedance Matching with Lumped Elements YLYL jX 1 jB 2.
Lecture 11 Today: impedance matcing Vg(t) A’ A Tarnsmission line ZLZL Z0Z0 Z in Zg IiIi Matching network Z in = Z 0.
Smith Chart Graphically solves the following bi-linear formulas Note: works for admittance too. Just switch sign of 
Instructor: Engr. Zuneera Aziz Course: Microwave Engineering
Prof. Ji Chen Notes 13 Transmission Lines (Impedance Matching) ECE Spring 2014.
N 58 Graphical Solutions to Quadratic Functions Subject Content Reference: N6.7h GCSE Maths Number & Algebra.
ENE 428 Microwave Engineering
IMPEDANCE MATCHING IN HIGH FREQUENCY LINES UNIT - III.
Graphing Why? Help us communicate information : Visual What is it telling your? Basic Types Line Bar Pie.
Lecture 9 Smith Chart Normalized admittance z and y are directly opposite each other on.
1 RS ENE 428 Microwave Engineering Lecture 5 Discontinuities and the manipulation of transmission lines problems.
Prof. David R. Jackson Dept. of ECE Notes 2 ECE Microwave Engineering Fall 2011 Smith Charts 1.
Yi HUANG Department of Electrical Engineering & Electronics
EXCEL CHARTS. CHARTS Charts provide a way of presenting and comparing data in graphical format. Embedded charts or chart sheets Embedded charts are objects.
Prof. David R. Jackson Notes 13 Transmission Lines (Impedance Matching) ECE 3317 [Chapter 6]
Unit 9 Review Find the equation of the axis of symmetry, along with the coordinates of the vertex of the graph and the y-intercept, for the following equation.
Look at a distance z = - L toward the generator -z ZLZL ZcZc z = 0.
1.  Transmission lines or T-lines are used to guide propagation of EM waves at high frequencies.  Distances between devices are separated by much larger.
Prof. David R. Jackson Dept. of ECE Notes 2 ECE Microwave Engineering Fall 2015 Smith Charts 1.
Section 8-4 Relationships Among the Functions. Recall…
y = | a | • f (x) by horizontal and vertical translations
11.1 Polar Coordinates and Graphs
Tennessee Adult Education 2011 Curriculum Math Level 3
Section 6.4 Graphs of Polar Equations
Do Now Find the value of each expression. Sin 60 ° Cos 30 ° Tan 270 °
Solution of Nonlinear Equations
ELEC 401 MICROWAVE ELECTRONICS Lecture on Smith Chart
Solving Equations MATH-O
4 Graphs of the Circular Functions.
Graphs of Equations In Two Variables; Intercepts; Symmetry
Add the vectors A, B, and C shown in the figure using the component method. A = 5.0m, B = 7.0m, and C = 4.0m Adding like components of two or more vectors.
Can’t I just use a pie chart for everything?
5.4 Graphs of Polar Equations
Y Label each of the components of the parabola A: ________________ B: ________________ C: ________________ C B B 1 2.
Chapter 1: Lesson 1.2 Graphs of Equations
2-6 Special Functions.
Circular Functions Trigonometry.
ELEC 401 MICROWAVE ELECTRONICS Lecture on Smith Chart
Smith Chart Parametric Equations
ENE 428 Microwave Engineering
Label your paper DNA 1.
IMPEDANCE MATCHING & SMITH CHART
Warm Up Let’s find the vertex of the following quadratic equation and state whether it is a maximum point or minimum point.
HW # −14 , ,18 , ,44 , Row 6 Do Now Convert the polar equation to rectangular form
VE3KL Presentation 4NEC2 Antenna Simulator by Arie Voors
HW # −17 , ,20 , ,46 , Row 1 Do Now Test for symmetry with respect to the line
The quadratic formula.
POLAR COORDINATE SYSTEMS
Maths Graphs & Equations
Notes 12 Transmission Lines (Smith Chart)
Supplemental Information Fields and Waves I ECSE 2100
MATH 1310 Section 3.5.
Unit 9 Review.
An Introduction to S-parameters
Microwave Engineering
3.3 – The Unit Circle and Circular Functions
Solving by Factoring 2D Math.
Warm-up Write and respond: How should you write your hypothesis?
MATH 1310 Section 3.5.
Sum and Difference Identities
Voltage Reflection Coefficient
Maths Graphs & Equations
4th Week Seminar Sunryul Kim Antennas & RF Devices Lab.
Presentation transcript:

-z ZLZL ZcZc z = 0

-z ZLZL ZcZc z = 0 -z ZLZL ZcZc z = 0 -z ZLZL ZcZc z = 0 Eureka! Use a stub, somewhere. How long should it be?

An article appeared in the January, 1939 issue of Electronics that changed forever the way radio engineers think about transmission lines. Phil Smith [ ] devised an extraordinarily clever circular chart that revealed graphically the complex impedance anywhere along a line. No math and minimum fuss. There's a marvelous symmetry in it's design - everything fits together neatly. So ingenious was his invention that it has been the standard of the industry - for over sixty years.

-z ZLZL ZcZc z = 0

-z ZLZL ZcZc z = 0

-z ZLZL ZcZc z = 0

-z ZLZL ZcZc z = 0

-z ZLZL ZcZc z = 0

-z ZLZL ZcZc z = 0

a x b y r Equation of circle (x - a) 2 + (y - b) 2 = r 2

clf; clear; plot([-1 1], [0 0], ’y’) axis equal axis off hold on

for r = [ ] rr = 1 / (r + 1); cr = 1 - rr; tr = 2 * pi * (0 :.01: 1); plot(cr + rr * cos (tr), rr * sin (tr), ‘y’); end

for x = [ ] rx = 1 / x; cx = rx; tx = 2 * pi * (0 :.01: 1); plot(1 - rx * sin (tx), cx - rx * cos (tx), ‘y’); plot(1 - rx * sin (tx),- cx + rx * cos (tx), ‘y’); end

for x = [ ] rx = 1 / x; cx = rx; tx = 2 * atan(x) * (0 :.01: 1); plot(1 - rx * sin (tx), cx - rx * cos (tx), ‘y’); plot(1 - rx * sin (tx),- cx + rx * cos (tx), ‘y’); end

To load To generator

22

1 0

y = 0 z = 0

Z c = 50  Z in = ? 

z = j1 z = 0

Z c = 50  Z in = ? 

0.434 Z c = 100  Z in = ?

z L = j1.8 z = j1.2

0.434 Z c = 100  Z in = ?

That Mr. Smith sure was smart.