summaryrefslogtreecommitdiff
path: root/61/CH10/EX10.18/ex10_18.sce
blob: b487c672deca93b1e0594a9df03cd4035f7aeddc (plain)
1
2
3
4
5
6
7
8
//ex10.18
n=2;    //n is the number of stages of amplifier
f_cl=500;
f_cu=80*10^3;
f_cl_new=f_cl/(sqrt(2^(1/n)-1));
f_cu_new=f_cu*(sqrt(2^(1/n)-1));
BW=f_cu_new-f_cl_new;
disp(BW,'bandwidth in hertz')