summaryrefslogtreecommitdiff
path: root/2459/CH19/EX19.10/Ex19_10.sce
blob: 6988255cc7d02a6bde423de08d69ee78fea46577 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//chapter19
//example19.10
//page423

fc=500 // kHz
fs=1 // kHz

lower_sideband=fc-fs
upper_sideband=fc+fs
BW=upper_sideband-lower_sideband

printf("sideband frequencies = %.3f kHz and %.3f kHz \n",lower_sideband,upper_sideband)
printf("bandwidth required = %.3f kHz \n",BW)