summaryrefslogtreecommitdiff
path: root/3630/CH15/EX15.9/Ex15_9.sce
diff options
context:
space:
mode:
Diffstat (limited to '3630/CH15/EX15.9/Ex15_9.sce')
-rw-r--r--3630/CH15/EX15.9/Ex15_9.sce16
1 files changed, 16 insertions, 0 deletions
diff --git a/3630/CH15/EX15.9/Ex15_9.sce b/3630/CH15/EX15.9/Ex15_9.sce
new file mode 100644
index 000000000..ef8476928
--- /dev/null
+++ b/3630/CH15/EX15.9/Ex15_9.sce
@@ -0,0 +1,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
+
+
+
+
+
+