diff options
author | prashantsinalkar | 2017-10-10 12:38:01 +0530 |
---|---|---|
committer | prashantsinalkar | 2017-10-10 12:38:01 +0530 |
commit | f35ea80659b6a49d1bb2ce1d7d002583f3f40947 (patch) | |
tree | eb72842d800ac1233e9d890e020eac5fd41b0b1b /116/CH7/EX7.2/exa7_2.sce | |
parent | 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 (diff) | |
download | Scilab-TBC-Uploads-f35ea80659b6a49d1bb2ce1d7d002583f3f40947.tar.gz Scilab-TBC-Uploads-f35ea80659b6a49d1bb2ce1d7d002583f3f40947.tar.bz2 Scilab-TBC-Uploads-f35ea80659b6a49d1bb2ce1d7d002583f3f40947.zip |
updated the code
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 |