diff options
Diffstat (limited to '1574/CH8/EX8.22')
-rwxr-xr-x | 1574/CH8/EX8.22/Result_of_Chapter_8_Ex8_22.JPG | bin | 0 -> 131248 bytes | |||
-rwxr-xr-x | 1574/CH8/EX8.22/TL_Ex_8_22.sce | 20 |
2 files changed, 20 insertions, 0 deletions
diff --git a/1574/CH8/EX8.22/Result_of_Chapter_8_Ex8_22.JPG b/1574/CH8/EX8.22/Result_of_Chapter_8_Ex8_22.JPG Binary files differnew file mode 100755 index 000000000..c47c880df --- /dev/null +++ b/1574/CH8/EX8.22/Result_of_Chapter_8_Ex8_22.JPG diff --git a/1574/CH8/EX8.22/TL_Ex_8_22.sce b/1574/CH8/EX8.22/TL_Ex_8_22.sce new file mode 100755 index 000000000..2f644506f --- /dev/null +++ b/1574/CH8/EX8.22/TL_Ex_8_22.sce @@ -0,0 +1,20 @@ +clc
+//Chapter8
+//Example8.22, page no352
+//Given
+Zin=25+%i*15// Internal Impedance
+Zr=70-%i*42//load
+f=3e6//operating freq
+v=3e8//light velocity
+L=v/(4*f)//length of the line
+
+Zo=sqrt(Zin*Zr)//Characteristic Impedance
+mprintf('The lrngth should be %d metres\nThe Characteristic Impedance should be %f ohms',L,Zo)
+
+
+
+
+
+
+
+
|