diff options
Diffstat (limited to '728/CH6/EX6.12/Ex6_12.txt')
-rwxr-xr-x | 728/CH6/EX6.12/Ex6_12.txt | 10 |
1 files changed, 10 insertions, 0 deletions
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 |