blob: 315f304f78fac23b8cc00144a0a1913311380bec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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);
|