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 --- 1184/CH7/EX7.1/Ex7_1.sce | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 1184/CH7/EX7.1/Ex7_1.sce (limited to '1184/CH7/EX7.1') diff --git a/1184/CH7/EX7.1/Ex7_1.sce b/1184/CH7/EX7.1/Ex7_1.sce new file mode 100755 index 000000000..fdc9c846e --- /dev/null +++ b/1184/CH7/EX7.1/Ex7_1.sce @@ -0,0 +1,14 @@ +//Example 7-1, Page No - 210 + +clear +clc + +t = 71.4*10^-6 + +f = 1/t +fourth_harmonic = f*4 +min_sampling = 2*fourth_harmonic + +printf('The frequency of the signal is %.1f Khz',f/10^3) +printf('\n The fourth harmonic is %.1f Khz ',fourth_harmonic/10^3) +printf('\n Minimum sampling rate is %.1f khz',min_sampling/10^3) -- cgit