diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /1133/CH8/EX8.17/Example8_17.sce | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '1133/CH8/EX8.17/Example8_17.sce')
-rwxr-xr-x | 1133/CH8/EX8.17/Example8_17.sce | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/1133/CH8/EX8.17/Example8_17.sce b/1133/CH8/EX8.17/Example8_17.sce new file mode 100755 index 000000000..41c69de69 --- /dev/null +++ b/1133/CH8/EX8.17/Example8_17.sce @@ -0,0 +1,3 @@ +//Example 8.17
+clc
+disp("The IC 74191 is a 4-bit binary counter, therefore f_out = f_CLK / 16 in up and down counter mode. If f_CLK = 500 Hz and f_out = 50 Hz we need mod 10 (500/50) counter. The fig. 8.39 shows the mod-10 counter using IC 74191")
|