//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);