summaryrefslogtreecommitdiff
path: root/281/CH5/EX5.13/example5_13.sce
blob: ece3089a75ba0d8338308fa15ee8c3457ed28a7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
disp('chapter 5 ex5.13')
disp('given')
disp('Determining the feedback capacitor')
disp('R1=220ohms')
disp('R2=22kohms')
disp('Cs from example 5.12=58pF')
R1=220
R2=22000
Cs=58*10^(-12)
disp('C2=R1*Cs/R2')
C2=R1*Cs/R2
disp('farads',C2)