summaryrefslogtreecommitdiff
path: root/2444/CH8/EX8.2
diff options
context:
space:
mode:
Diffstat (limited to '2444/CH8/EX8.2')
-rwxr-xr-x2444/CH8/EX8.2/ex8_2.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/2444/CH8/EX8.2/ex8_2.sce b/2444/CH8/EX8.2/ex8_2.sce
new file mode 100755
index 000000000..6b35abc5e
--- /dev/null
+++ b/2444/CH8/EX8.2/ex8_2.sce
@@ -0,0 +1,10 @@
+// Exa 8.2
+clc;
+clear;
+close;
+format('v',6)
+// Given data
+Av = 80;// overall voltage gain in dB
+Av2 = 20*log10(150);// voltage gain of second stage in dB
+Av1= Av-Av2;//voltage gain of first stage in dB
+disp(Av1,"The voltage gain of first stage in dB is");