blob: 1c4ab55b55e892f8a234981f4e938a4c2faff313 (
plain)
1
2
3
4
5
6
|
//Example 2.1
clc
format(7)
disp("We know that maximam voltage gain of voltage amplifier is given as")
mv=200*sqrt(2)
disp(mv,"Therefore, Maximum voltage gain = Gain at cut-off x sqrt(2) =")
|