summaryrefslogtreecommitdiff
path: root/2414/CH7/EX7.11/Ex7_11.sce
blob: cf32fb23c9e1419e589ba2fbcb306db0ee0a8a69 (plain)
1
2
3
4
5
6
7
8
9
clc;
clear all;
close();
//page no 239
//prob no. 7.11
W=2;   //kHz  (as in ex 7.10)
delta_theta=3;
Bt=2*(1+delta_theta)*W;   //applying carsom's rule
mprintf('The transmission bandwidth Bt= %i kHz ',Bt)