summaryrefslogtreecommitdiff
path: root/25/CH8/EX8.11/8_11.sce
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /25/CH8/EX8.11/8_11.sce
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '25/CH8/EX8.11/8_11.sce')
-rwxr-xr-x25/CH8/EX8.11/8_11.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/25/CH8/EX8.11/8_11.sce b/25/CH8/EX8.11/8_11.sce
new file mode 100755
index 000000000..4e39571d3
--- /dev/null
+++ b/25/CH8/EX8.11/8_11.sce
@@ -0,0 +1,9 @@
+// example:-8.11,page no.-444.
+// calculate the even and odd-mode characteristic impedences for a tapered coupled line 180 deg. hybrid for a 3 db coupling ratio and a 50 ohm characteristic impedence.
+alpha=0.707;bta=0.707;Zo=50;
+k=(1-alpha)/(1+alpha);
+Zoe=Zo/k;
+Zoo=k*Zo;
+disp(Zoo,'Zoo = ')
+disp(Zoe,'at (Z=L) the characteristic impedences of the coupled line must be = ')
+disp('at Z=0,there will be no coupling') \ No newline at end of file