summaryrefslogtreecommitdiff
path: root/728/CH6/EX6.12
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /728/CH6/EX6.12
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 '728/CH6/EX6.12')
-rwxr-xr-x728/CH6/EX6.12/Ex6_12.sce10
-rwxr-xr-x728/CH6/EX6.12/Ex6_12.txt10
-rwxr-xr-x728/CH6/EX6.12/Ex6_12_ans.txt5
3 files changed, 25 insertions, 0 deletions
diff --git a/728/CH6/EX6.12/Ex6_12.sce b/728/CH6/EX6.12/Ex6_12.sce
new file mode 100755
index 000000000..d7a15ef1e
--- /dev/null
+++ b/728/CH6/EX6.12/Ex6_12.sce
@@ -0,0 +1,10 @@
+//Caption:Calculate the value of VSWR
+//Exa:6.12
+clc;
+clear;
+close;
+D=3.5;//distance of seperation(in cm)
+w_l=2*D;//wavelength
+d2_d1=2.5;//d2-d1(in m)
+S=w_l/(%pi*d2_d1*10^-1);
+disp(S,'VSWR ='); \ No newline at end of file
diff --git a/728/CH6/EX6.12/Ex6_12.txt b/728/CH6/EX6.12/Ex6_12.txt
new file mode 100755
index 000000000..d7a15ef1e
--- /dev/null
+++ b/728/CH6/EX6.12/Ex6_12.txt
@@ -0,0 +1,10 @@
+//Caption:Calculate the value of VSWR
+//Exa:6.12
+clc;
+clear;
+close;
+D=3.5;//distance of seperation(in cm)
+w_l=2*D;//wavelength
+d2_d1=2.5;//d2-d1(in m)
+S=w_l/(%pi*d2_d1*10^-1);
+disp(S,'VSWR ='); \ No newline at end of file
diff --git a/728/CH6/EX6.12/Ex6_12_ans.txt b/728/CH6/EX6.12/Ex6_12_ans.txt
new file mode 100755
index 000000000..8707fb0ff
--- /dev/null
+++ b/728/CH6/EX6.12/Ex6_12_ans.txt
@@ -0,0 +1,5 @@
+
+ VSWR =
+
+ 8.9126768
+ \ No newline at end of file