From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 1409/CH8/EX8.18/8_18.sce | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 1409/CH8/EX8.18/8_18.sce (limited to '1409/CH8/EX8.18') diff --git a/1409/CH8/EX8.18/8_18.sce b/1409/CH8/EX8.18/8_18.sce new file mode 100644 index 000000000..a7fd03d11 --- /dev/null +++ b/1409/CH8/EX8.18/8_18.sce @@ -0,0 +1,11 @@ +clc; +//page no 8-58 +//Example 8.18 +Q=100; +IF=455;//in kHz +fs=1000;//in kHz +fsi=fs+(2*IF); +disp(+'kHz',fsi,'fsi='); +rho=(fsi/fs)-(fs/fsi); +alpha=sqrt(1+(Q^2*rho^2)); +disp(alpha,'Rejection ratio='); -- cgit