diff options
Diffstat (limited to '1184/CH2/EX2.8/Ex2_8.sce')
-rwxr-xr-x | 1184/CH2/EX2.8/Ex2_8.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/1184/CH2/EX2.8/Ex2_8.sce b/1184/CH2/EX2.8/Ex2_8.sce new file mode 100755 index 000000000..4be56a1d4 --- /dev/null +++ b/1184/CH2/EX2.8/Ex2_8.sce @@ -0,0 +1,12 @@ +//Example 2-8, Page No- 38
+
+clear
+clc
+
+gain_dB = 40
+pout_W= 100
+
+pin_W = pout_W/10^4
+
+printf('The input power is %.2f watt',pin_W);
+
|