summaryrefslogtreecommitdiff
path: root/3637/CH1/EX1.6/Ex1_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '3637/CH1/EX1.6/Ex1_6.sce')
-rw-r--r--3637/CH1/EX1.6/Ex1_6.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/3637/CH1/EX1.6/Ex1_6.sce b/3637/CH1/EX1.6/Ex1_6.sce
new file mode 100644
index 000000000..ca6ea2af4
--- /dev/null
+++ b/3637/CH1/EX1.6/Ex1_6.sce
@@ -0,0 +1,15 @@
+//Example 6 Page No: 1.85
+//given
+adm=400;
+cmrr=50;
+vin1=50e-3;//volt
+vin2=60e-3;//volt
+vnoise=5e-3;//volt
+v0=(vin2-vin1)*adm;
+//determine noise
+acm=adm/316.22;
+v1=vnoise*acm;
+disp('Noise = '+string(v1*10^3)+' mV');
+
+
+