summaryrefslogtreecommitdiff
path: root/1223/CH11/EX11.8/Ex11_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '1223/CH11/EX11.8/Ex11_8.sce')
-rwxr-xr-x1223/CH11/EX11.8/Ex11_8.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/1223/CH11/EX11.8/Ex11_8.sce b/1223/CH11/EX11.8/Ex11_8.sce
new file mode 100755
index 000000000..5cba74459
--- /dev/null
+++ b/1223/CH11/EX11.8/Ex11_8.sce
@@ -0,0 +1,11 @@
+clear;
+clc;
+//Example 11.8
+CMRRdB=90;//dB
+CMRR=3.16*10^4;
+b=100;
+Vt=0.026;
+Iq=0.8;
+Ro=(2*CMRR-1)*Vt*b/((1+b)*Iq);
+Ro=Ro*10^-3;//Mohm
+disp(Ro,"output resistance (MOhm)")