summaryrefslogtreecommitdiff
path: root/2459/CH14/EX14.3/Ex14_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '2459/CH14/EX14.3/Ex14_3.sce')
-rw-r--r--2459/CH14/EX14.3/Ex14_3.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/2459/CH14/EX14.3/Ex14_3.sce b/2459/CH14/EX14.3/Ex14_3.sce
new file mode 100644
index 000000000..58e2e92de
--- /dev/null
+++ b/2459/CH14/EX14.3/Ex14_3.sce
@@ -0,0 +1,11 @@
+//chapter 14
+//example 14.3
+//page 301
+
+Av1=20*log10(100) // db
+Av2=20*log10(200) // db
+Av3=20*log10(400) // db
+
+Av_total=Av1+Av2+Av3
+
+printf("total voltage gain = %.3f db \n",Av_total)