summaryrefslogtreecommitdiff
path: root/3630/CH15/EX15.9/Ex15_9.sce
blob: ef8476928547a58427b29687dff56bc766001eba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
clc;
AcL=1;
Acm=0.001;
CMRR=AcL/Acm;
slewrate=500000;
Vpk=3;
fmax=slewrate/(2*3.14*Vpk);
disp(' ',AcL,"AcL=");//The answers vary due to round off error
disp(' ',CMRR,"CMRR=");//The answers vary due to round off error
disp('kHz',fmax/1000,"fmax=");//The answers vary due to round off error