Final Practice Problems I
Final Practice Problems I
S
m
G'=
1
2
S
m
1 1 f
+
a b c
6
7
1
1
3
3
7
m
1.435 x10
0.47 x10
( 5.8 x10 )
b 4 x107 1.435
nH
ln =
ln
= 223
2 a
2
m
0.47
2 (1016 )
2
S
18
ln ( b a )
ln (1.435 0.47 )
= 560 x10
m0
P6.2: MATLAB: Modify MATLAB 6.1 to account for a magnetic conductive material.
Apply this program to problem P6.1 if the copper conductor is replaced with nickel.
S
and r = 600.
m
Note that this program has also been modified for P6.04 as well.
for Nickel we have Ni = 1.5 x107
P6.3: Modify (6.3) to include internal inductance of the conductors. To simplify the
calculation, assume current is evenly distributed across the conductors. Find the new value of
L for the coax of Drill 6.1.
From Amperes Circuit Law we can find H versus :
I
for a
2 a 2
I
H =
for a b
2
H =
c2 2
for b c
2 c 2 b 2
H = 0 for c
H =
1 2 o
LI =
H 2 dv , we find
2
2
c 2 c c 2 1 c 2 + b 2
b
L ' = o ln + o + o 2 2 ln 2 2 + 2 2
2 a 8 2 c b b c b 4 c b
Confirm the
P6.5: The impedance and propagation constant at 100 MHz for a T-Line are determined to be
Zo = 18.6 j0.253 and = 0.0638 + j4.68 /m. Calculate the distributed parameters.
R '+ j L '
, = ( R '+ j L ')( G '+ jC ')
G '+ jC '
Z o = R '+ j L ' = 2.37 + j87.0
Zo =
R ' = 2.37
Zo
nH
, L ' = 87.0 so L ' = 139
m
m
G ' = 7.63
S
m
pF
m
Zo =
60
b
3.62
ln =
ln
= 49.1
2.1 1.105
r a
60
up =
= 2.07 x108
m
s
P6.7: For the RG-214 coax of problem P6.6 operating at 1 GHz, how long is this T-line in
terms of wavelengths if its physical length is 50 cm?
up = f , =
up
f
2.07 x108
= 0.207m
1x109
1m
= 2.4
0.207m 100cm
l ( ) = ( 50cm )
P6.8: If 1 watt of power is inserted into a coaxial cable, and 1 microwatt of power is
measured 100 m down the line, what is the lines attenuation in dB/m?
1W
A = 10 log
= +60dB
1W
60dB
dB
= 0.6
A' =
100m
m
P6.9: Starting with a 1 mm diameter solid copper wire, you are to design a 75 coaxial TLine using mica as the dielectric. Determine (a) the inner diameter of the outer copper
conductor, (b) the propagation velocity on the line and (c) the approximate attenuation, in
dB/m, at 1 MHz.
((
) )
((
b
ln , b=a exp Zo r 60 = ( 0.5mm ) exp 75 5.4
r a
So the inner diameter of the outer conductor is 18 mm.
c
2.998 x108
m
m
up =
=
= 1.29 x108 , so u p = 1.3 x108
s
s
5.4
r
Zo =
60
) 60) = 9.1mm
(1x10 )( 4 x10 )
+
= 87.6
3
3
7
m
9.1x10
5.8 x10
0.5 x10
4 x107 9.1
nH
L' =
ln
= 580
2
m
0.5
15
2 (10 )
S
= 2.17 x1015
G'=
ln ( 9.1 0.5 )
m
1
R' =
2
C'=
ln 9.1
0.5
Now, with = 2f,
= 103.5
pF
m
1
m
Np
8.686
dB
dB
= 5.1x103
Finally, = 585 x106
m Np
m
P6.10: MATLAB: A coaxial cable has a solid copper inner conductor of radius a = 1mm and
a copper outer conductor of inner radius b. The outer conductor is much thicker than a skin
depth. The dielectric has r = 2.26 and eff = 0.0002 at 1 GHz. Letting the ratio b/a vary
from 1.5 to 10, generate a plot of the attenuation (in dB/m) versus the line impedance. Use
the lossless assumption to calculate impedance.
%
MLP0610
%
%
clear
clc
%Perform calulations
b=1.5:.1:10;
G=2*pi*sigd./log(b./a);
C=2*pi*er*eo./log(b./a);
L=muo*log(b./a)/(2*pi);
Rs=sqrt(pi*f*muo/sigc);
R=(1000*((1./a)+(1./b))*Rs)/(2*pi);
w=2*pi*f;
RL=R+i*w*L;
GC=G+i*w*C;
Gamma=sqrt(RL.*GC);
Zo=abs(sqrt(RL./GC));
alpha=real(Gamma);
loss=exp(-2*alpha*1);
lossdb=-10*log10(loss);
plot(Zo,lossdb)
xlabel('Characteristic Impedance (ohms)')
ylabel('attenuation (dB/m)')
grid on
Fi P6 10
3. Terminated T-Lines
P6.11: Start with equation (6.54) and derive (6.55).
Z in =
Vo+ e + l + Vo e l
Zo
Vo+ e + l Vo e l
(e
=
(e
+ l
+ l
+ L e l )
L e l )
Zo
Z in =
Zo =
Zo
Z L + Z o ) e + l ( Z L Z o ) e l
Z L Z o l
(
+ l
e
e
Z L + Zo
and with rearranging,
Z L ( e + l + e l ) + Z o ( e + l e l )
Z in =
Zo .
Z L ( e + l e l ) + Z o ( e + l + e l )
We can convert the exponential terms into hyperbolic functions, given
1
1
sinh(x)
sinh( x) = ( e x e x ) , cosh( x) = ( e x + e x ) , and tanh(x)=
.
2
2
cosh(x)
This leads to
2 Z cosh ( l ) + 2 Z o sinh ( l )
Z in = Z o L
,
2 Z L sinh ( l ) + 2Z o cosh ( l )
or finally
Z + Z o tanh ( l )
Z in = Z o L
.
Z o + Z L tanh ( l )
Z in = Z o
Z L + jZ o tan ( l )
.
Z o + jZ L tan ( l )
P6.13: A 2.4 GHz signal is launched on a 1.5 m length of T-Line terminated in a matched
load. It takes 6.25 ns to reach the load and suffers 1.2 dB of loss. Find the propagation
constant.
= + j
1.2dB 1Np
Np
= 0.092
1.5m 8.686dB
m
l
1.5m
m
: up = = =
= 2.4 x108
s
t 6.25ns
up
2 ( 2.4 x109 )
2.4 x10
= 62.8
rad
m
So
= 0.092 + j 62.8
1
m
L =
2
= , tan = 1
8 4
4
Z + jZ o tan ( l )
Z in = Z o L
Z o + jZ L tan ( l )
l =
50 j 25 + j 50
50 + j 50 + 25
= 30.8 j 3.8
= 50
Fig. P6.14
P6.15: A 1 m long T-Line has the following distributed parameters: R = 0.10 /m, L = 1.0
H/m, G = 10.0 S/m, and C = 1.0 nF/m. If the line is terminated in a 25 resistor in
series with a 1 nH inductor, calculate, at 200 MHz, L and Zin.
MLP0615
%
%
%
%
define variables
clc
clear
R=0.1;
L=1.0e-6;
G=10e-6;
C=1.0e-9;
f=200e6;
w=2*pi*f;
length=1;
ZL=25+j*1.257;
Perform calcuations
A=R+i*w*L;
B=G+i*w*C;
gamma=sqrt(A*B) %Propagation Constant
Zo=sqrt(A/B)
gammaL=(ZL-Zo)/(ZL+Zo)
%Reflection coefficient
TGL=tanh(gamma*length);
Zin=Zo*((ZL+Zo*TGL)/(Zo+ZL*TGL))
Zo = 31.6228 - 0.0011i
gammaL = -0.1164 + 0.0248i
Zin = 34.0192 - 7.4618i
>>
Rearranging L =
Rearranging Z in = Z o
0.7c
2 ( 2 x109 )
0.7 ( 3 x10
= 59.84
rad
;
m
)
)
rad
Evaluating, we have
Z L = 50 + j 0.016 = 50 + j 2 ( 2 x109 ) L, or L = 1.3 pH.
This is a very small inductance, so we have Z L 50 .
P6.18: For the lossless T-Line circuit shown in Figure 6.51, determine the input impedance
Zin and the instantaneous voltage at the load end vL.
25 50
1
2
= , l =
= , tan = 0
25 + 50
3
2
Z +0
Z in = Z o L
= Z L = 25
ZL + 0
25
8V = 2V = Vo+ e j z + Vo e + j z
Vin =
25 + 75
2 = Vo+ ( e j l + L e j l )
L =
e j = cos + j sin = 1, e j = 1,
1
2
Vo+ 1 ( 1) = Vo+ = 2; Vo+ = 3V
3
3
1
VL = Vo+ (1 + L ) = 3 1 = 2V , so vL = 2 cos (t + 180D ) V
3
P6.19: Referring to Figure 6.10, a lossless 75 T-Line has up = 0.8c and is 30 cm long. The
supply voltage is vs = 6.0 cos(t) V with Zs = 75 . If ZL = 100 + j125 at 600 MHz, find
(a) Zin, (b) the voltage at the load end of the T-Line, and (c) the voltage at the sending end of
the T-Line.
up =
rad
,=
= 15.7
, l = 4.71, tan l = 418.6
up
m
Z in = 75
= 22 j 28
Referring to Fig P6.19,
D
Z in
Vin = 6
= 2.1e j 36 V
Z in + 75
Fig P6 19
D
Z Zo
L = L
= 0.593e j 43
Z L + Zo
+
o
V =
2.1e j 36
= 3e j 90 V
0.70e j126
D
VL = Vo+ (1 + L ) = 4.47e j105.8 V
vL = 4.5cos (t + 106D ) V
P6.20: Suppose the T-Line for Figure 6.10 is characterized by the following distributed
parameters at 100 MHz: R = 5.0 /m, L = 0.010 H/m, G = 0.010 S/m, and C = 0.020
nF/m. If ZL = 50 j25 ,vs = 10cos(t)V, Zs = 50, and the line length is 1.0 m, find the
voltage at each end of the T-line.
The following MATLAB routine was used to find the required parameters.
%
MLP0620
%
%
%
%
define variables
clc
clear
R=5;
L=.010e-6;
G=.01;
C=.020e-9;
f=100e6;
w=2*pi*f;
length=1;
ZL=50-j*25;
Perform calcuations
A=R+i*w*L;
B=G+i*w*C;
gamma=sqrt(A*B)
Zo=sqrt(A/B)
gammaL=(ZL-Zo)/(ZL+Zo)
TGL=tanh(gamma*length);
Zin=Zo*((ZL+Zo*TGL)/(Zo+ZL*TGL))
Runningtheprogram,
gamma = 0.2236 + 0.2810i
Zo = 22.3607
gammaL = 0.4479 - 0.1908i
Zin = 27.2079 -15.4134i
>>
Vin = VSS
D
Z in
= 3.97e j18.2 V , vin = 4.0 cos (t 18.2D ) V
Z in + Z S
so V =
3.97e j18.2
D
D
= 2.63e j 22
1.507e j 3.84
D
VL = Vo+ (1 + L ) = 3.85e j 29.6 ,
Fig P6 21
First we locate the normalized load, zL = 1 j0.5 (point a). By inspection of the Smith Chart,
D
we see that this point corresponds to L = 0.245e j 76 . Also, after drawing the constant
circle we can see VSWR = 1.66. Finally, we move from point a, at 0.356 on the WTG
scale, clockwise (towards the generator) a distance 0.125 to point b, at 0.481 . At this
point we see zin = 0.62 j0.07. Denormalizing we find:
Zin = 31 j3.5 .
Fi P6 22
Fig.P6.22b
Fig.P6.23
P6.25: The input impedance for a 100 lossless T-Line of length 1.162 is measured as 12 +
j42 . Determine the load impedance.
We first locate the normalized input
impedance, zin = 0.12 + j0.42, at point a
(WTL=0.436). Then we move a distance
1.162 towards the load to point b, at
WTL = 0.436 + 1.162 =1.598 ;
1.598 1.500 = 0.098 . At this
point, we read zL = 0.15-j0.7, or ZL = 15
j70 .
= 2.4GHz
= 0.0516
12.6cm
At this point (point b on the circle) we
have zL = 0.55 j0.25, and upon
denormalizing we have (c) ZL = 28 j12 .
Fig P6 27
P6.28: Figure 6.53 is generated for a 50 slotted coaxial air line terminated in a short circuit
and then in an unknown load. Determine (a) the measurement frequency, (b) the VSWR when
the load is attached and (c) the load impedance.
From the location of the maxima on the shorted line, we find :
= 2 ( 9.3cm 1.7cm ) = 15cm
(a) f =
= 2.0GHz
= 0.16
15cm
At this point (point b on the circle) we have zL = 1 j0.95, and upon denormalizing we have
(c) ZL = 50 j48 .
P6.29: Referring to Figure 6.20, suppose we measure Zinsc = +j25 and ZinL = 35 + j85 .
What is the actual load impedance? Assume Zo = 50 .
We normalize the short circuit impedance to zinsc = 0+j0.5 and locate this on the Smith Chart
to determine the length of the T-Line is 0.074. Then we normalize ZinL to zinL=0.70+j1.70,
locate this on the chart at 0.326 (WTL scale) and draw a constant || circle. We then move
towards the load, or to 0.336 + 0.074 = 0.400 , and find this point on the Smith Chart (zL
= 0.25+j0.7). Denormalizing, we find ZL = 12+j35 .
P6.30: MATLAB: Modify MATLAB 6.3 to draw the normalized load point and the constant
L circle, given Zo and ZL. Demonstrate your program with the values from Drill 6.11.
Add this to the end of the Matlab 6.3 program:
%now add constant gamma circles
ZL=50;
fudge=0.001+i*0.001;
newZL=ZL+fudge;
Zo=50;
zL=newZL/Zo;
gamma=(zL-1)/(zL+1);
plot(gamma,'-o');
constgamma(zL);
You must change the value of ZL for each load point. Notice the addition of a fudge factor.
This ensures that gamma has both a nonzero and finite real and imaginary part to work with
in the plot.
Youll also need to add an additional function:
function [h]=constgamma(zL)
%constgamma(zL) draws the constant gamma circle;
phi=1:1:360;
theta=phi*pi/180;
a=abs((zL-1)/(zL+1));
Re=a*cos(theta);
Im=a*sin(theta);
z=Re+i*Im;
h=plot(z,'--k');
axis('equal')
axis('off')
Fig. P6.30
5. Impedance Matching
P6.31: A matching network, using a reactive element in series with a length d of T-Line, is to
be used to match a 35 j50 load to a 100 T-Line. Find the through line length d and the
value of the reactive element if (a) a series capacitor is used, and (b) a series inductor is used.
First we normalize the load and locate it on the Smith Chart (point a, at zL = 0.35-j0.5, WTG
= 0.419).
(a) need to move to point b, at z = 1+j1.4, so that a capacitive element of value jx = -j1.4 can
be added to provide an impedance match. Moving to this point b gives d = 0.500+0.173 0.419 = 0.254 . The capacitance is
Fig P6 31a
j
= j1.4,
CZ o
C=
2 (1x10
) (100 )(1.4 )
= 1.14 pF
Fig P6 31b
(b) Now we need to move to point c, at z = 1-j1.4, so that an inductive element of value jx =
+j1.4 can be added. Moving to this point c gives d = 0.500 + 0.327 0.419 = 0.408 .
The inductance is
2 (1x10
1
9
) ( 50 )( 2.4 )
= 1.33 pF
P6.33: You would like to match a 170 load to a 50 T-Line. (a) Determine the
characteristic impedance required for a quarter-wave transformer. (b) What through-line
length and stub length are required for a shorted shunt stub matching network?
(a) Z s = Z o RL = 92
(b)
(1)Normalize the load (point a, zL = 3.4 + j0).
(2) locate the normalized load admittance: yL (point b)
(3) move from point b to point c, at the y=1+jb circle (d = 0.170)
(4) move from the shorted end of the stub (normalized admittance point c) to the point y = 0
jb. (l = 0.354 0.250 = 0.104 .)
Note in step 3 we could have gone to the
point y = 1-jb. This would have resulted
d = 0.329 and l = 0.396 .
in
is
to
Fig P6 32b
Fig.P6.33a
Fig P6 33b
be matched to a 100 line using a shorted shunt stub tuner. Find the solution that minimizes
the length of the shorted stub.
Refer to Figure P6.33a for the shunt stub
circuit.
(1)Normalize the load (point a, zL = 2.0 +
j1.6).
(2) locate the normalized load admittance:
yL (point b)
(3) move from point b to point c, at the
y=1+jb circle(0.500 + 0.170 -0.458 =
0.212)
(4) move from the shorted end of the stub
(normalized admittance point) to the point
= 0 jb. (l = 0.354 0.250 = 0.104 .)
P6.35: Repeat P6.34 for an open-ended
shunt stub tuner.
(3) move from point b to point c, at the y=1+jb circle(0.500 + 0.198 -0.423 = 0.275)
(4) move from the shorted end of the stub (normalized admittance point) to the point y = 0
jb. (l = 0.308 0.250 = 0.058 .)
Fig P6 37
P6.38: (a) Design an open-ended shunt stub matching network to match a load ZL = 70 + j110
to a 50 impedance T-Line. Choose the solution that minimizes the length of the through
line. (b) Now suppose the load turns out to be ZL = 40 + j100 . Determine the reflection
coefficient seen looking into the matching network.
(a) Refer to Figure P6.35a.
(1)Normalize the load (point a, zL = 1.4 + 2.2).
(2) locate the normalized load admittance: yL (point b)
(3) move from point b to point c, at the y=1+jb circle(0.500 + 0.185 -0.448 = 0.237)
(4) move from the open end of the stub (normalized admittance point) to the point y = 0 - jb.
(l = 0.328 )
(b)
(1) Normalize the load (point a: zL = 0.8 + j2.0)
(2) locate yL (point b)
(3) Move a distance 0.237 to point c (0.434 + 0.237 = 0.671 ; or WTG = 0.171 )
(4) Move from yopen to 0.328 (point d)
(5) add admittances of point c and d to get ytot = 0.6 j0.2.
(6) locate the corresponding ztot (point f) and read the reflection coefficient as:
D
= 0.28e j 34
Fig.P6.38a
Fig. P6.38b
c m n
fcmn =
+
2 a b
Evaluating all the combination of modes for m = 0,1,2,3 and n = 0,1,2,3 we find
Mode
fcmn (GHz)
TE10
1.374
2.747
TE01
2.747
TE20
3.07
TE11
3.07
TM11
3.885
TE21
3.885
TM21
4.121
TE30
P7.2: Calculate the cutoff frequency for the first 8 modes of a waveguide that has a = 0.900
inches and b = 0.600 inches.
a = 0.900 in = 0.02286 m, b = 0.600in = 0.01524 m
For air-filled guide we have:
2
c m n
fcmn =
+
2 a b
Evaluating all the combination of modes for m = 0,1,2,3 and n = 0,1,2,3 we find
Mode
fcmn (GHz)
TE10
6.56
9.84
TE01
11.83
TE11
11.83
TM11
13.12
TE20
16.40
TE21
19.69
TM30
19.69
TE02
P7.3: Calculate the cutoff frequency for the first 8 modes of a waveguide that has a = 0.900
inches and b = 0.300 inches.
a = 0.900 in = 0.02286 m, b = 0.300 in = 0.00762 m
For air-filled guide we have:
c m n
fcmn =
+
2 a b
Evaluating all the combination of modes for m = 0,1,2,3 and n = 0,1,2,3 we find
Mode
fcmn (GHz)
TE10
6.56
13.12
TE20
19.68
TE30
19.68
TE01
20.75
TE11
20.75
TM11
23.66
TE21
23.66
TM21
P7.4: Calculate uG, the wavelength in the guide and the wave impedance at 10 GHz for
WR90.
From Table 7.1 for WR90 we have fc10 = 6.56 GHz. So
2
uG = uU
fc
6.56
8 m
1 = 3x108 1
= 2.26 x10
s
10
f
3 x108 10 x109
=
= 0.0397m, = 4cm
2
2
fc
6.56
1
1
10
f
Since fc10 = 6.56 GHz, at 10 GHz only TE10 is present and therefore we only have the Z10TE
impedance.
U
120
Z10TE =
=
= 500
2
2
fc
6.56
1
1
10
f
P7.5: Consider WR975 is filled with polyethylene. Find (a) uu, (b) up and (c) uG at 600 MHz.
From Table 7.1 for WR975 we have a = 9.75 in and b = 4.875 in. Then
c
3 x108 m s 1 1in
fc10 =
=
= 403MHz
2 r a
2 2.26 9.75in 0.0254m
2
fc
403
F = 1 = 1
= 0.741
600
f
Now,
2
3 x108
m
uU =
=
= 2 x108
s
2.26
r
c
uP =
uU
m
= 2.7 x108
F
s
uG = uU F = 1.48 x108
m
s
P7.6: MATLAB: Plot up and wavelength in the guide as a function of frequency over the
cited useful frequency range for WR90.
%
MLP0706
%
%
Plot propagation velocity and guide wavelength
%
over the cited useful freq range of WR90.
%
%
2/2/03 Wentworth
%
c=3e8;
a=0.900;b=0.450;
fc=(c/(2*.0254*a));
flo=8.2e9;
fhi=12.4e9;
N=100;
df=(fhi-flo)/N;
f=flo:df:fhi;
A=sqrt(1-(fc./f).^2);
Lu=c./f;
LG=Lu./A;
up=c./A;
fG=f./1e9;
subplot(2,1,1)
Fi P7 6
plot(fG,LG)
ylabel('guide wavelength (m)')
grid on
subplot(2,1,2)
plot(fG,up)
xlabel('frequency(GHz)')
ylabel('propagation velocity (m/s)')
grid on
P7.7: WR90 waveguide is to be operated at 16 GHz. Tabulate the values of the guide
wavelength, phase velocity, group velocity and impedance for each supported mode.
( )
.0188m
1 6.562
16
uu
up =
( f)
1 ( fc )
f
u
TE
Z mn
=
( f)
1 fc
1 fc
uG = uu
= 0.0206m
( f)
1 fc
3x108
1 6.562
= 3x108 1 6.562
120
1 6.562
16
16 )
16
= 3.3x108
= 2.74 x108
m
s
m
s
= 413
Likewise values are found for the TE20 and TE11 mode. For the TM11 mode, a different
expression for impedance is used:
( f)
TM
= u 1 fc
Z mn
Mode
TE10
TE20
TE11
TM11
fc(GHz)
6.56
13.1
14.7
14.7
(m)
0.0206
0.0328
0.0470
0.0470
up(m/s)
3.3x108
5.2x108
7.5x108
7.5x108
uG(m/s)
2.7x108
1.7x108
1.2x108
1.2x108
Z()
413
659
945
150
P7.8: MATLAB: Modify MATLAB 7.1 by plotting uG and up versus frequency for the same
guide over the same frequency range.
% M-File: MLP0708
%
% Waveguide Velocity Plot
% Plots uG and uP for TE11
and TM11
% vs freq. for air-filled
waveguide
%
(modifies ML0701)
%
% Wentworth, 11/26/02
Fig. P7.8
%
clc %clears command window
clear%clears variables
% Initialize variables
c=2.998e8; %speed of light
Zo=120*pi;
ainches=0.900;
binches=0.450;
% convert to metric
a=ainches*0.0254;
b=binches*0.0254;
% calc fc11
fc=c*sqrt((1/a)^2+(1/b)^2)/2;
% Perform calculations
f=15e9:.1e9:25e9;
fghz=f/1e9;
Factor=sqrt(1-(fc./f).^2);
uu=c.*Factor./Factor;
%just filling array with c
up=c./Factor;
ug=c.*Factor;
% Display results
plot(fghz,up,'-.k',fghz,uu,'--k',fghz,ug,'-k')
legend('up','c','uG')
xlabel('frequency, (GHz)')
ylabel('velocity (m/s)')
grid on
P7.9: MATLAB: Plot the TE10 wave impedance for WR430 waveguide versus frequency if
the guide is filled with Teflon. Choose a suitable frequency range for your plot.
%
MLP0709
%
%
Plot TE10 wave impedance for teflon filled
%
WR430 guide over a
suitable frequency range.
%
%
2/2/03 Wentworth
%
c=3e8;
er=2.1;
uu=c/sqrt(er);
a=4.30;b=2.150;
fc=(uu/(2*.0254*a));
flo=1.7e9/sqrt(er);
fhi=2.6e9/sqrt(er);
N=100;
df=(fhi-flo)/N;
f=flo:df:fhi;
A=sqrt(1-(fc./f).^2);
ZTE=(120*pi/sqrt(er))./A;
fG=f./1e9;
plot(fG,ZTE)
xlabel('frequency(GHz)')
ylabel('TE10 mode impedance (ohms)')
grid on
P7.10: Suppose a length of WR137 waveguide operated at 7.0 GHz is terminated in a short
circuit. At what distance from this short circuit does the input impedance appear infinite?
From our study of T-Lines, we know that looking into a quarter guide-wavelength section of
waveguide terminated in a short circuit, the input impedance appears infinite. The cutoff
frequency for the TE10 mode is 4.29 GHz. Then,
U
c f
3 x108 7 x109
=
=
=
= 0.0542m
2
2
2
1 4.29
1 fc
1 fc
7
f
f
( )
( )
So the quarter wave length is 0.0542m/4 = 0.0136 m. Therefore a distance 1.4 cm away from
the short circuit, the input impedance appears infinite.
m n
=
+
,
a b
Also from (7.41) we have
2
2
u
( ).
= u 1 fc f
So
( )
=, u 1-1+ fc f
and
2
u
( )
2 fc
=u
f
2
2
fc m n 2
=
+
,
f
a
b
2
u
2
2
2 fc m n 2
= +
u f a b
2
2 fc
m n
= +
u f
a b
Solving for fc, where we have uu = uf,
2
1
1
m n
fc = uu + =
2
2
a b
m n
+
a b
P7.12: Find expressions for the phasor field components of the TE01 mode.
With m = 0 and n = 1, the nonzero field components in equations (7.67) - (7.71)are
y j z
H zs = H o cos
e
b
Exs =
j
y j z
H o sin
e
2
b
b
H ys =
j
y j z
H o sin
e
2
b
b
2
u
2
u