diff options
Diffstat (limited to '881/CH1/EX1.9')
-rwxr-xr-x | 881/CH1/EX1.9/exa1_9.sce | 16 |
1 files changed, 16 insertions, 0 deletions
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); + + + |