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 --- 881/CH1/EX1.9/exa1_9.sce | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 881/CH1/EX1.9/exa1_9.sce (limited to '881/CH1/EX1.9') diff --git a/881/CH1/EX1.9/exa1_9.sce b/881/CH1/EX1.9/exa1_9.sce new file mode 100755 index 000000000..315f304f7 --- /dev/null +++ b/881/CH1/EX1.9/exa1_9.sce @@ -0,0 +1,16 @@ +clc; +//Example 1.9 +//Page no 20 + + + +//Solution + +disp("The Shannon limit for capacity is determined by substituting into equation 1-12b"); + +I=(3.32)*(2700)*log10(1+1000); + +disp('bps',I); + + + -- cgit