summaryrefslogtreecommitdiff
path: root/165/CH20/EX20.3/ex20_3.sce
blob: 821a07c00c03e817047d41e61551de7a8ed4c5a9 (plain)
1
2
3
4
5
6
7
8
//Example 20.3
close;
clc;
//given data
V1=8;    //in volts
V2=2;    //in volts
swr=(V1+V2)/(V1-V2);
disp(swr,'Standing wave ratio');