summaryrefslogtreecommitdiff
path: root/1184/CH2/EX2.11/Ex2_11.sce
diff options
context:
space:
mode:
Diffstat (limited to '1184/CH2/EX2.11/Ex2_11.sce')
-rwxr-xr-x1184/CH2/EX2.11/Ex2_11.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/1184/CH2/EX2.11/Ex2_11.sce b/1184/CH2/EX2.11/Ex2_11.sce
new file mode 100755
index 000000000..05aa8c746
--- /dev/null
+++ b/1184/CH2/EX2.11/Ex2_11.sce
@@ -0,0 +1,11 @@
+//Example 2-11, Page No - 40
+
+clear
+clc
+
+gain_db = 28
+pin = 36*10^-3
+
+pout = 10^2.8*pin;
+
+printf('The output power is %.2f watt',pout)