summaryrefslogtreecommitdiff
path: root/2414/CH9/EX9.10/Ex9_10.sce
blob: d643ccbb8b013499bf2f5e2128288b258d749594 (plain)
1
2
3
4
5
6
7
8
9
clc;
close();
clear();
//page no 329
//prob no. 9.10
//all frequencies in kHz
R=200;  //kbits/s
Bt=R;   //kHz
mprintf(' Bt=%ikHz',Bt);