summaryrefslogtreecommitdiff
path: root/2708/CH4/EX4.3/ex_4_3.sce
blob: 0f5d2fd07cfc52a9f3b96b49014f4b999dee1c62 (plain)
1
2
3
4
5
6
7
8
9
10
//Example 4.3 // Degree of non-monochromacity
clc;
//given data :
t=1D-10;//coherence time in sec
c=3D8;//speed of light in m/s
w=54D-8;// wavelength of non-monochromacity in m
B=1/t;//bandwidth in Hz
v=c/w;//frequency of  source
D=B/v;// degree of non-monochromacity
disp(D,"degree of non-monochromacity")