summaryrefslogtreecommitdiff
path: root/3673/CH8/EX8.6/Ex8_6.sce
blob: 39e3df4789730b0b7696c0d04c26f4c8313face9 (plain)
1
2
3
4
5
6
7
8
9
//Example 8_6 page no:308
clc;
R=100;
L=5;
C=100*10^-6;
fr=1/(2*%pi*sqrt(L*C));
Q=2*%pi*7.12*5/100;
BW=fr/Q;
disp(BW,"bandwidth of the circuit is (in Hz)");