summaryrefslogtreecommitdiff
path: root/3809/CH15/EX15.4/EX15_4.sce
blob: 4c0a0d69549d821a3037fb8b3e1e6a1b8a784f32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//Chapter 15, Example 15.4

clc
//Initialisation
b=2*10**4                         //bandwidth in hertz

//Calculation
gain=10**6/b                        //gain

//Results
printf("Gain = %d",gain)