diff options
Diffstat (limited to '728/CH6/EX6.2/Ex6_2.txt')
-rwxr-xr-x | 728/CH6/EX6.2/Ex6_2.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/728/CH6/EX6.2/Ex6_2.txt b/728/CH6/EX6.2/Ex6_2.txt new file mode 100755 index 000000000..587cdb763 --- /dev/null +++ b/728/CH6/EX6.2/Ex6_2.txt @@ -0,0 +1,13 @@ +//Caption:Find the distance that the position of port 1 should be shifted .
+//Exa:6.2
+clc;
+clear;
+close;
+Beeta=34.3;//in rad/m
+// S=[0,0.5*%e^(%i*53.13);0.5*%e^(%i*53.13),0];
+// S'=[0,0.5*%e^(%i*53.13-x);0.5*%e^(%i*53.13-x),0];
+//For S12& S21 to be real ,
+x=53.5;//in degrees
+x_rad=53.5*%pi/180;
+l=x_rad/Beeta;
+disp(l*100,'Distance (in cm)=');
\ No newline at end of file |