summaryrefslogtreecommitdiff
path: root/3281/CH8/EX8.10/ex8_10.sce
blob: 878c20531529f997a849c3e13d11be101f3be52d (plain)
1
2
3
4
5
6
7
8
9
10
11
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:');