summaryrefslogtreecommitdiff
path: root/2414/CH6/EX6.3/Ex6_3.sce
blob: 9f7309ddf4cc9c56c41a5f9148c4758e3b53f649 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
clc;
//page no 190
//prob no. 6.3
//All frequencies in kHz
fc=1*10^3; //in kHz
W=15;  
LSBl=fc-W;  //lowest freq of LSB
USBh=fc+W;  //highest freq of USB
disp(fc,'to',LSBl,'(a)  The range of freq(in kHz) for LSB is from ');
disp(USBh,'to',fc,'(b)  The range of freq(in kHz) for USB is from ');
BT=W;
disp(BT,'(b)  Transmission bandwidth is ');