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