summaryrefslogtreecommitdiff
path: root/374/CH9/EX9.4.a/94a.sci
blob: 67b4728df8f52d6480cbe02e5327cc5d1f4a3f72 (plain)
1
2
3
4
5
6
7
8
9
10
11
//chapter 9 example 4a//
clc
clear
//angular velocity=A,llength at which rotating mirror from the photo detector=L,shadow pulse of width=We,shadow velocity=V,outer diametetr=do//
L=0.1;//in mts//
A=4;//in rad sec-1//
V=L*A;//in mts/sec//
printf("\n shadow velocity=%f m/sec\n",V)
We=250;//in micro seconds//
do=We*V;//outer diameter of the fibre//
printf("\n outer diamter of the fibre=%f micro meter\n",do)