summaryrefslogtreecommitdiff
path: root/761/CH12/EX12.4/12_4.sce
blob: 22ca86cb8385e5fd4d0318b0bddc87814b014ae3 (plain)
1
2
3
4
5
6
7
8
clc;
// page no 412
// prob no 12_4
baud_rate=24.3;// in kilobaud
// In this problem dibit system is used.
//Therefore symbol_rate=baud_rate=0.5*bit_rate
bit_rate=2*baud_rate;
disp('kb/s',bit_rate,'The channel data rate is');