summaryrefslogtreecommitdiff
path: root/61/CH10/EX10.17/ex10_17.sce
blob: c291874f2ce0b62a7ea5bf26aeb2c0b5de070ba8 (plain)
1
2
3
4
5
//ex10.17
f_cl=1*10^3;    //lower critical frequency of 2nd stage in hertz
f_cu=100*10^3;    //upper critical frequency of 1st stage in hertz
BW=f_cu-f_cl;
disp(BW,'bandwidth in hertz')