diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /728/CH6/EX6.12 | |
download | Scilab-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-x | 728/CH6/EX6.12/Ex6_12.sce | 10 | ||||
-rwxr-xr-x | 728/CH6/EX6.12/Ex6_12.txt | 10 | ||||
-rwxr-xr-x | 728/CH6/EX6.12/Ex6_12_ans.txt | 5 |
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 |