summaryrefslogtreecommitdiff
path: root/3866/CH5/EX5.5/Ex5_5.sce
blob: 2af8bcea9907d55eeff9c68165b179649f491ef5 (plain)
1
2
3
4
5
6
clc; clear; close;

cc=8;//number of clock cycles
to=4;//number of toggles at output
a=to*100/(2*cc);
disp(a, 'activity factor(%)=');