diff options
Diffstat (limited to '728/CH6/EX6.13/Ex6_13.txt')
-rwxr-xr-x | 728/CH6/EX6.13/Ex6_13.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/728/CH6/EX6.13/Ex6_13.txt b/728/CH6/EX6.13/Ex6_13.txt new file mode 100755 index 000000000..6669f4a3c --- /dev/null +++ b/728/CH6/EX6.13/Ex6_13.txt @@ -0,0 +1,9 @@ +//Caption:Calculate the phase shift of the component
+//Exa:6.13
+clc;
+clear;
+close;
+w_l=7.2;//wavelength (in cm)
+x=10.5-9.3;
+Phase_shift=(2*%pi*x)/(w_l);
+disp(Phase_shift*180/%pi,'Phase Shift (in degree) =');
\ No newline at end of file |