summaryrefslogtreecommitdiff
path: root/25/CH8/EX8.2/8_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '25/CH8/EX8.2/8_2.sce')
-rwxr-xr-x25/CH8/EX8.2/8_2.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/25/CH8/EX8.2/8_2.sce b/25/CH8/EX8.2/8_2.sce
new file mode 100755
index 000000000..e792650f8
--- /dev/null
+++ b/25/CH8/EX8.2/8_2.sce
@@ -0,0 +1,7 @@
+//example:-8.2,page no.-398.
+// program to design an equi-split wilkinson power divider for 50 ohm system impedence.
+Zo=50;
+Z=sqrt(2)*Zo; // impedence of quarter wave transmission line.
+R=2*Zo; // shunt resistor.
+disp(R,'the shunt resistance value should be in ohm = ')
+disp(Z,'the quarter wave transmission line in the divide should have a characteristic impedence in ohm = ') \ No newline at end of file