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 --- 462/CH8/EX8.2/ex_8_2.pdf | Bin 0 -> 88280 bytes 462/CH8/EX8.2/ex_8_2.sce | 14 ++++++++++++++ 2 files changed, 14 insertions(+) create mode 100755 462/CH8/EX8.2/ex_8_2.pdf create mode 100755 462/CH8/EX8.2/ex_8_2.sce (limited to '462/CH8/EX8.2') diff --git a/462/CH8/EX8.2/ex_8_2.pdf b/462/CH8/EX8.2/ex_8_2.pdf new file mode 100755 index 000000000..7e533e060 Binary files /dev/null and b/462/CH8/EX8.2/ex_8_2.pdf differ diff --git a/462/CH8/EX8.2/ex_8_2.sce b/462/CH8/EX8.2/ex_8_2.sce new file mode 100755 index 000000000..11276ca56 --- /dev/null +++ b/462/CH8/EX8.2/ex_8_2.sce @@ -0,0 +1,14 @@ +//example 8.2// +clc +//clears the screen// +clear +//clears the command window// +s=4; +//s=stage of ripple counter// +d=50; +//delay of flip-flop in nano sec// +p=30; +//pulse width in nano secs// +f=1000/(s*d+p); +disp('maximum frequency (in MHz) is') +disp(f) \ No newline at end of file -- cgit