summaryrefslogtreecommitdiff
path: root/2409/CH9/EX9.1/Ex9_1.sce
blob: cd04faaaa872183dbc9525cf4e374d8d7d302d95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

//Variable Declaration

Bs=4.2  //Signal Bandwidth(MHz)
delf=2.56  //Deviation Ratio

//Calculation
delF=Bs*delf  //Peak Deviation(MHz)
BIF=2*(delF+Bs)  //Signal Bandwidth(MHz)
BIF=BIF
//Results

printf("The peak deviation is: %.3f MHz", delF)
printf("Signal Bandwidth is : %.1f MHz",BIF)