Chapter 16 Microwave communication

Example 16.1 Page no 616

In [3]:
#Given
Zsrc =50
Zld  =136
f =5800.0*10**6
Er =2.4

#Calculation
Zq =(Zsrc * Zld)**0.5
Vp =1/(Er)**0.5
lamda = 300/f
len = (lamda/4.0)*38.37*Vp

#Result
print"(a) The required impedance is ",round(Zq,2),"ohm"
print"(b) The length of the microstrip ",round(len*10**6,2),"inches"
(a) The required impedance is  82.46 ohm
(b) The length of the microstrip  0.32 inches

Example 16.2 Page no 623

In [7]:
#Given
w=0.65
h=0.38

#Calculation
fco = 300/(2.0*((0.65*2.54)/100.0))
f =1.42*fco

#Result
print"(a) The cutoff frequency of the ",round(fco/10**3,3),"GHz"
print"(b) Operating frequency of the wavwguide is ",round(f/10**3,1),"GHz"
(a) The cutoff frequency of the  9.085 GHz
(b) Operating frequency of the wavwguide is  12.9 GHz

Example 16.3 Page no 623

In [8]:
#for the above question
print"The c band is approximately 4 to 6 Ghz since a waveguide acts as a high pass filter with cut off of 9.08 Ghz it will not pass c band signal"
The c band is approximately 4 to 6 Ghz since a waveguide acts as a high pass filter with cut off of 9.08 Ghz it will not pass c band signal

Example 16.4 Page no 648

In [9]:
#Given
lamda1 =5.0
f2 = 15.0*10**9
D=1.524

#Calculation
f1=984/lamda1
lamda2 =300/f2
G = (6*(D/lamda2)**2)
B = 70/(D/lamda2)

#Result
print"(a) The lowest possible oprerating frequency is ",f1,"MHz"
print"(b) The gain at 15 Ghz is ",G/10**12
print"(c) The beam width at 15Ghz is ",round(B*10**6,2),"degree"
(a) The lowest possible oprerating frequency is  196.8 MHz
(b) The gain at 15 Ghz is  34838.64
(c) The beam width at 15Ghz is  0.92 degree

Example 16.5 Page no 661

In [13]:
#Given
T = 9.2
theta = 20
sin20 = 0.342
a=5280

#Calculation
D_nautical = T/12.36
D_statute =D_nautical*0.87
A = D_statute*0.342
A1=A*a

#Result
print"(a) The line of distance to the aircraft in the statute miles ",round(D_statute,3)
print"(b) The altitude of the aircraft is ",A1
0.221469902913
(a) The line of distance to the aircraft in the statute miles  0.648
(b) The altitude of the aircraft is  1169.36108738