summaryrefslogtreecommitdiff
path: root/2528/CH1/EX1.10/Ex1_10.sce
diff options
context:
space:
mode:
Diffstat (limited to '2528/CH1/EX1.10/Ex1_10.sce')
-rwxr-xr-x2528/CH1/EX1.10/Ex1_10.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/2528/CH1/EX1.10/Ex1_10.sce b/2528/CH1/EX1.10/Ex1_10.sce
new file mode 100755
index 000000000..be89058bd
--- /dev/null
+++ b/2528/CH1/EX1.10/Ex1_10.sce
@@ -0,0 +1,11 @@
+// Chapter 1
+//Output power
+//page 18
+//Example no 1-10
+//Given
+clc;
+V=2; // in V
+Ref=1; // in V
+V1=20*log10(V/Ref);
+printf("\n The value in dBV is %.2f dBV\n",V1);// Result
+