summaryrefslogtreecommitdiff
path: root/3754/CH29/EX29.1/29_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '3754/CH29/EX29.1/29_1.sce')
-rw-r--r--3754/CH29/EX29.1/29_1.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3754/CH29/EX29.1/29_1.sce b/3754/CH29/EX29.1/29_1.sce
new file mode 100644
index 000000000..adc28dfd8
--- /dev/null
+++ b/3754/CH29/EX29.1/29_1.sce
@@ -0,0 +1,14 @@
+clear//
+
+//Variables
+
+Av = 400.0 //Voltage gain
+beta = 0.1 //feedback ratio
+
+//Calculation
+
+A1v = Av / (1 + beta * Av) //Voltage gain with negative feedback
+
+//Result
+
+printf("\n The voltage gain of an amplifier with negative feedback is %0.2f .",A1v)