summaryrefslogtreecommitdiff
path: root/1184/CH2/EX2.16/Ex2_16.sce
blob: 823a57b8cd9ec7592f75dd41f9bd3a25a6304531 (plain)
1
2
3
4
5
6
7
8
9
10
11
//Example 2-16, page No-49

clear 
clc

fr=28*10^6
Q=70

bandwidth = fr/Q

printf('The bandwidth is %.3f Khz',bandwidth/10^3)