summaryrefslogtreecommitdiff
path: root/728/CH6/EX6.12/Ex6_12.txt
blob: d7a15ef1eb912d6b1557696d68ea073ad64ca8b5 (plain)
1
2
3
4
5
6
7
8
9
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 =');