summaryrefslogtreecommitdiff
path: root/1619/CH2/EX2.7.5/Example2_7_5.sce
blob: 7362c9df03fa62aa9a8bf932bec60626187a421c (plain)
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);