summaryrefslogtreecommitdiff
path: root/3281/CH8/EX8.10/ex8_10.sce
diff options
context:
space:
mode:
Diffstat (limited to '3281/CH8/EX8.10/ex8_10.sce')
-rwxr-xr-x3281/CH8/EX8.10/ex8_10.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3281/CH8/EX8.10/ex8_10.sce b/3281/CH8/EX8.10/ex8_10.sce
new file mode 100755
index 000000000..878c20531
--- /dev/null
+++ b/3281/CH8/EX8.10/ex8_10.sce
@@ -0,0 +1,12 @@
+//Page Number: 434
+//Example 8.10
+clc;
+//Given
+Qmax=0.05D-12; //C
+f=10D+6; //Hz
+V=10; //V
+n=3;
+
+//Power disspated per bit
+P=n*f*V*Qmax;
+disp('muW',P*10^6,'Power disspated per bit:');