summaryrefslogtreecommitdiff
path: root/2216/CH2/EX2.3/ex_2_3.sce
blob: f3344f789f045e7d40bbdf0845ab96d30625d436 (plain)
1
2
3
4
5
6
7
8
9
10
11
//Example 2.3 // pulse broadning
clc;
clear;
close;
format('v',6)
h=0.85;//WAVELENGTH IN MICRO METER
y=0.035;//spectral width
c=0.021;//constant
cl=3;//speed of light in m/s
dtl=(y/cl)*c;//
disp(dtl*10^4,"pulse broadning  in ns km^-1")