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