diff options
Diffstat (limited to '1184/CH16/EX16.1/Ex16_1.sce')
-rwxr-xr-x | 1184/CH16/EX16.1/Ex16_1.sce | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/1184/CH16/EX16.1/Ex16_1.sce b/1184/CH16/EX16.1/Ex16_1.sce new file mode 100755 index 000000000..59f876722 --- /dev/null +++ b/1184/CH16/EX16.1/Ex16_1.sce @@ -0,0 +1,16 @@ +//Example 16-1, Page No - 616
+
+clear
+clc
+
+Zsrc =50
+Zld =136
+f =5800*10^6
+Er =2.4
+Zq =(Zsrc * Zld)^0.5
+Vp =1/(Er)^0.5
+lamda = 300/f
+len = (lamda/4)*38.37*Vp
+
+printf('The required impedance is %.2f ohm',Zq)
+printf('\n\n The length of the microstrip %.2f inches',len*10^6)
|