summaryrefslogtreecommitdiff
path: root/2459/CH16/EX16.15/Ex16_15.sce
blob: 98d14e99c37f396e4fd006a3e9df1dba0a740bca (plain)
1
2
3
4
5
6
7
8
9
10
11
//chapter16
//example16.15
//page355

BW=400 // kHz
Ai=250
mi=0.01

BW_dash=BW*(1+mi*Ai)

printf("Bandwidth with negative feedback = %.3f kHz \n",BW_dash)