summaryrefslogtreecommitdiff
path: root/2681/CH6/EX6.16/Ex6_16.sce
blob: 97b07e83ad9e08329639ba2e2c1797de47d898e4 (plain)
1
2
3
4
5
6
7
8
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')