From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 1133/CH8/EX8.19/Example8_19.sce | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 1133/CH8/EX8.19/Example8_19.sce (limited to '1133/CH8/EX8.19/Example8_19.sce') diff --git a/1133/CH8/EX8.19/Example8_19.sce b/1133/CH8/EX8.19/Example8_19.sce new file mode 100755 index 000000000..6b06f7089 --- /dev/null +++ b/1133/CH8/EX8.19/Example8_19.sce @@ -0,0 +1,3 @@ +//Example 8.19 +clc +disp("IC 74191 is a 4-bit binary counter. Thus it divides the input frequency by 16. However, we can design MOD-N counter using IC 74191. For MOD-N counter the output frequency will be f_out = f_in / N. Thus by changing N we can change the output frequency. The fig.8.40 shows the programmable frequncy divider using IC 74191.") -- cgit