diff options
Diffstat (limited to '25/CH8/EX8.5/8_5.sce')
-rwxr-xr-x | 25/CH8/EX8.5/8_5.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/25/CH8/EX8.5/8_5.sce b/25/CH8/EX8.5/8_5.sce new file mode 100755 index 000000000..348176741 --- /dev/null +++ b/25/CH8/EX8.5/8_5.sce @@ -0,0 +1,5 @@ +// example:-8.5,page no.-415.
+// program to design a 50 ohm branch-line quadrature hybrid junction.
+Zo=50;
+Z=Zo/sqrt(2);
+disp(Z,'the branch line impedence in ohm will be = ')
\ No newline at end of file |