diff options
Diffstat (limited to '728/CH6/EX6.13')
-rwxr-xr-x | 728/CH6/EX6.13/Ex6_13.sce | 9 | ||||
-rwxr-xr-x | 728/CH6/EX6.13/Ex6_13.txt | 9 | ||||
-rwxr-xr-x | 728/CH6/EX6.13/Ex6_13_ans.txt | 5 |
3 files changed, 23 insertions, 0 deletions
diff --git a/728/CH6/EX6.13/Ex6_13.sce b/728/CH6/EX6.13/Ex6_13.sce new file mode 100755 index 000000000..6669f4a3c --- /dev/null +++ b/728/CH6/EX6.13/Ex6_13.sce @@ -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 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 diff --git a/728/CH6/EX6.13/Ex6_13_ans.txt b/728/CH6/EX6.13/Ex6_13_ans.txt new file mode 100755 index 000000000..520cc2b3b --- /dev/null +++ b/728/CH6/EX6.13/Ex6_13_ans.txt @@ -0,0 +1,5 @@ +
+ Phase Shift (in degree) =
+
+ 60.
+
\ No newline at end of file |