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 --- 2414/CH8/EX8.2/Ex8_2.sce | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 2414/CH8/EX8.2/Ex8_2.sce (limited to '2414/CH8/EX8.2') diff --git a/2414/CH8/EX8.2/Ex8_2.sce b/2414/CH8/EX8.2/Ex8_2.sce new file mode 100755 index 000000000..b66107c9d --- /dev/null +++ b/2414/CH8/EX8.2/Ex8_2.sce @@ -0,0 +1,10 @@ +clc; +close(); +clear(); +//page no 277 +//prob no. 8.2 +W=5000; //Hz +fs=1.25*2*W; +mprintf('(a) The sampling rate is %i Hz.\n',fs); +T=1/fs; //second +mprintf('(b) Maximum interval between samples is %f seconds',T); -- cgit