summaryrefslogtreecommitdiff
path: root/1619/CH2/EX2.7.4/Example2_7_4.sce
blob: 61f2114e39f6a224fa6a756591fa334cb8ab1736 (plain)
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);