summaryrefslogtreecommitdiff
path: root/2528/CH6/EX6.7/Ex6_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '2528/CH6/EX6.7/Ex6_7.sce')
-rwxr-xr-x2528/CH6/EX6.7/Ex6_7.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/2528/CH6/EX6.7/Ex6_7.sce b/2528/CH6/EX6.7/Ex6_7.sce
new file mode 100755
index 000000000..1658bc1fc
--- /dev/null
+++ b/2528/CH6/EX6.7/Ex6_7.sce
@@ -0,0 +1,11 @@
+//Example6.7:"design a non-inverting amplifer "
+//Page 205
+clear;
+clc;
+Av=20; //in dB
+Av1=10^(Av/20); //ordinary gain
+Rf=1500; //in Ohm (Assumption)
+//Av=1+Rf/R we know
+R=Rf/(Av1-1);
+disp("Ohm",R,"R");
+//Result//