diff options
Diffstat (limited to '1184/CH2/EX2.11')
-rwxr-xr-x | 1184/CH2/EX2.11/Ex2_11.sce | 11 |
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)
|