summaryrefslogtreecommitdiff
path: root/1574/CH3/EX3.18/M_Ex_3_18.sce
blob: 4279b01a7fdb308e1c5330bec26eca76efe0744b (plain)
1
2
3
4
5
6
7
8
9
clc
//Chapter3: Modulation
//Example3.18, page no 172
//Given
deltaF=1e6// max freq deviation
fm=10e3//modulating freq
mf=(2*deltaF)/fm// modulation coefficient
BW=mf*fm// bandwidth
mprintf('The approximate bandwidth is: %d MHz',BW/1e6)