summaryrefslogtreecommitdiff
path: root/728/CH7/EX7.3/Ex7_3.sce
blob: fd065113ff371a3aeac0a74a3b48b6eeda19a4f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
//Caption:Calculate the SWR of the waveguide
//Exa:7.3
clc;
clear;
close;
//Given:
P_i=2.5;//in mW
P_r=0.15;//in mW
p=sqrt(P_r/P_i);
S=(1+p)/(1-p);
disp(S,'Voltage standing wave ratio =');