summaryrefslogtreecommitdiff
path: root/3630/CH14/EX14.11/Ex14_11.sce
blob: d174f605ee947335c6f5005c5515727fae2def8a (plain)
1
2
3
4
5
6
7
clc;
Avmid=45;
fC1=2000;
f=500;
deltaAv=20*log10(1/(1+(fC1/f)^2)^0.5);
AvdB=Avmid+deltaAv;
disp('dB',AvdB,"AvdB=")//The answers vary due to round off error