1 2 3 4 5 6 7 8 9 10
//Example 2.7.5 page 2.40 clc; clear; t= 0.1*10^-6; B_opt= 1/(2*t)/1000000; printf("The maximum possible Bandwidth is %d MHz",B_opt);