summaryrefslogtreecommitdiff
path: root/3836/CH5/EX5.5/Ex5_5.sce
blob: 7bde26ac0e1af6e4a5e49db9796949759c775aa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
clear
//Initialisation
f1=7000                         //Human Speech Frequency Upper limit in HZ
f2=50                         //Human Speech Frequency Lower limit in Hz

//Calculation
B=f1-f2                            //Bandwidth in Hz

//Result
printf("\n Bandwidth = %.1f kHz",B*1000**-1)