diff options
Diffstat (limited to '116/CH7/EX7.2/exa7_2.sce')
-rwxr-xr-x | 116/CH7/EX7.2/exa7_2.sce | 36 |
1 files changed, 17 insertions, 19 deletions
diff --git a/116/CH7/EX7.2/exa7_2.sce b/116/CH7/EX7.2/exa7_2.sce index 26ef7ae20..693554624 100755 --- a/116/CH7/EX7.2/exa7_2.sce +++ b/116/CH7/EX7.2/exa7_2.sce @@ -1,20 +1,18 @@ -
-//Caption:Program to determine relative accuracy of maintaining a mutual slip rate ojective of one slip in 20hrs
-
-//Example 7.2
-
-//Page 350
-
-disp('The slip rate objective implies that thee frame rate produced by one clock can be different than the frame rate produced by the other clock by no more then')
-
-dF=(1/20*60*60)
-
-dF=[1/(20*60*60)]
-
-disp('Since there are 8000 frame per second, the relative accuracy is determined as')
-
-ans=[dF/8000]
-
-//Result
-
+ + +//Example 7.2 + +//Page 350 + + +dF=(1/20*60*60) + +dF=[1/(20*60*60)] + +disp('Since there are 8000 frame per second, the relative accuracy is determined as') + +ans=[dF/8000] + +//Result + //Hence the clock must be accurate to 1.7 parts in 10^9.
\ No newline at end of file |