diff options
Diffstat (limited to '2183/CH4/EX4.15/Ex_4_15.sce')
-rwxr-xr-x | 2183/CH4/EX4.15/Ex_4_15.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/2183/CH4/EX4.15/Ex_4_15.sce b/2183/CH4/EX4.15/Ex_4_15.sce new file mode 100755 index 000000000..91fe943d4 --- /dev/null +++ b/2183/CH4/EX4.15/Ex_4_15.sce @@ -0,0 +1,12 @@ +// Example 4.15//Bifringence and differnce between the propogation constt.
+clc;
+clear;
+close;
+Lb=0.09;//Birefringent Coherence over length in meter
+h=0.9;//wavelength in micro meter
+df=1;//spectral width in nano meter
+Bf=((h*10^-6)/(Lb));//modal bifringence
+Lbc= (((h*10^-6)^2)/(Bf*df*10^-9));//Coherance length in meter
+Bxy=(2*%pi)/(Lb);//Diff in the propogation constant
+disp(Bf,"modal bifringence is")
+disp(Bxy,"Difference in the propgation constants. is")
|