blob: adab184d80ffafca35d8c410d39b5416f1482c1e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
//chapter16
//example16.10
//page352
Av=150
D=5/100
mv=10/100
Dvf=100*D/(1+Av*mv) // in percent
printf("distortion of amplifier with negative feedback = %.3f percent",Dvf)
|