summaryrefslogtreecommitdiff
path: root/2681/CH5/EX5.9/Ex5_9.sce
blob: 4d0fdfe3f240f3667dabbf6770f45613c30d6d0b (plain)
1
2
3
4
5
6
7
8
9
//VSWR FOR LOAD impedence
//given
clc
Zo=100
Zl1=50
Zl2=125
VSWR=Zo/Zl1//for Zo>Zl
VSWR_1=Zl2/Zo//for Zo<Zl
disp(VSWR_1,VSWR,'THE voltage standing wave ratio for each case:')