diff options
Diffstat (limited to '1574/CH8/EX8.24/TL_Ex_8_24.sce')
-rwxr-xr-x | 1574/CH8/EX8.24/TL_Ex_8_24.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/1574/CH8/EX8.24/TL_Ex_8_24.sce b/1574/CH8/EX8.24/TL_Ex_8_24.sce new file mode 100755 index 000000000..7369e9267 --- /dev/null +++ b/1574/CH8/EX8.24/TL_Ex_8_24.sce @@ -0,0 +1,13 @@ +clc
+//Chapter8
+//Example8.24, page no 354
+//Given
+f=20e6//tuned freq
+ZR=100//Equivalent aerial Resistance
+Zin=500//input impedance
+c=3e8
+lambda=c/f
+l=lambda/4//lambda/4 Transformer
+
+Zo=sqrt(Zin*ZR)//Characteristic impedance
+mprintf('the Length of the transformer(stub) is %f metres\n The characteristic impedance of this transformer is %d ohms',l,round(Zo))
|