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 --- 3492/CH7/EX7.13/Ex7_13.sce | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 3492/CH7/EX7.13/Ex7_13.sce (limited to '3492/CH7/EX7.13') diff --git a/3492/CH7/EX7.13/Ex7_13.sce b/3492/CH7/EX7.13/Ex7_13.sce new file mode 100644 index 000000000..47c621cfd --- /dev/null +++ b/3492/CH7/EX7.13/Ex7_13.sce @@ -0,0 +1,9 @@ +clc +//Chapter7 +//Ex_13 +//Given +fs=1 //in MHz +k=0.1 +fa=fs/(sqrt(1-k^2)) +disp(fa,"fa value in MHz for given fs is") +printf("thus fa-fs is only %f kHz, which means they are very close ",(fa-fs)*10^3) -- cgit