From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 728/CH7/EX7.2/Ex7_2.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 728/CH7/EX7.2/Ex7_2.txt (limited to '728/CH7/EX7.2/Ex7_2.txt') diff --git a/728/CH7/EX7.2/Ex7_2.txt b/728/CH7/EX7.2/Ex7_2.txt new file mode 100755 index 000000000..514d3b9e6 --- /dev/null +++ b/728/CH7/EX7.2/Ex7_2.txt @@ -0,0 +1,11 @@ +//Caption:Calculate the SWR of the main waveguide +//Exa:7.2 +clc; +clear; +close; +//Given: +P_i=300;//in mW +P_r=10;//in mW +p=sqrt(P_r/P_i); +S=(1+p)/(1-p); +disp(S,'Voltage standing wave ratio ='); -- cgit