summaryrefslogtreecommitdiff
path: root/2681/CH6/EX6.16/Ex6_16.sce
diff options
context:
space:
mode:
Diffstat (limited to '2681/CH6/EX6.16/Ex6_16.sce')
-rwxr-xr-x2681/CH6/EX6.16/Ex6_16.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/2681/CH6/EX6.16/Ex6_16.sce b/2681/CH6/EX6.16/Ex6_16.sce
new file mode 100755
index 000000000..97b07e83a
--- /dev/null
+++ b/2681/CH6/EX6.16/Ex6_16.sce
@@ -0,0 +1,9 @@
+//reflection coefficent
+//given
+clc
+S=2//voltage standing wave ratio(VSWR)
+Zo=50//ohm
+row=((S-1)/(S+1))
+row=round(row*1000)/1000///rounding off decimals
+disp(row,'the value of reflection coefficent as modulus row')
+