summaryrefslogtreecommitdiff
path: root/3637/CH1/EX1.9/Ex1_9.sce
diff options
context:
space:
mode:
Diffstat (limited to '3637/CH1/EX1.9/Ex1_9.sce')
-rw-r--r--3637/CH1/EX1.9/Ex1_9.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3637/CH1/EX1.9/Ex1_9.sce b/3637/CH1/EX1.9/Ex1_9.sce
new file mode 100644
index 000000000..32424afbd
--- /dev/null
+++ b/3637/CH1/EX1.9/Ex1_9.sce
@@ -0,0 +1,11 @@
+//Example 9 Page No: 1.87
+//given
+iin=30e-9;//A
+a=1e5;//gain
+rin=1000;//ohm
+//determine output offset voltage
+vid=iin*rin;
+v0=a*vid;
+disp('Differential input voltage = '+string((vid*1e6))+' μvolt');
+disp('Output offset = '+string(v0)+' V');
+