summaryrefslogtreecommitdiff
path: root/1865/CH4/EX4.2/prob_2.sce
blob: 6bf75e8b43e9fc4aa3294f0f0edb3fa0381459f7 (plain)
1
2
3
4
5
6
7
8
9
10
11

//Problem 2
//Calculate the coherent time
clear
clc
printf('The length of the wave train is equal to the coherent length\n')
w=660//wavelength of light (in nm)
l=13.2*(10)^(-6)//coherent length (in m)
c=3*(10)^(8)//speed of light (in m/s)
t=l/c//coherent time (in sec)
printf('coherent time= %.16f sec',t)