From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 25/CH8/EX8.11/8_11.sce | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 25/CH8/EX8.11/8_11.sce (limited to '25/CH8/EX8.11/8_11.sce') 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 -- cgit