summaryrefslogtreecommitdiff
path: root/3754/CH35/EX35.1
diff options
context:
space:
mode:
Diffstat (limited to '3754/CH35/EX35.1')
-rw-r--r--3754/CH35/EX35.1/35_1.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3754/CH35/EX35.1/35_1.sce b/3754/CH35/EX35.1/35_1.sce
new file mode 100644
index 000000000..8b50ba6f9
--- /dev/null
+++ b/3754/CH35/EX35.1/35_1.sce
@@ -0,0 +1,14 @@
+clear//
+
+//Variables
+
+Adm = 200000.0 //Differential gain
+Acm = 6.33 //Common mode gain
+
+//Calculation
+
+CMRR = 20 * log10(Adm / Acm) //Common-mode rejection ratio (in Decibels)
+
+//Result
+
+printf("\n The common-mode rejection ratio is %0.0f dB.",CMRR)