summaryrefslogtreecommitdiff
path: root/3281/CH8/EX8.12/ex8_12.sce
blob: 07658351101e82935898819690996d5fff7c5084 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//Page Number: 435
//Example 8.12
clc;
//Given
Qmax=0.06D-12; //C
f=20D+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:');