summaryrefslogtreecommitdiff
path: root/911/CH3/EX3.14.c/ex_3_14_c.sce
blob: c3134651fe98460201082a5471c96bf9d7c3c5c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//example 3.14//
clc
//clears the screen//
clear
//clears all existing variables//
moh=10^-3;
//maximum output HIGH state current//
mol=20*10^-3;
//maximum output LOW state current//
mih=50*10^-6;
//maximum input HIGH state current//
mil=2*10^-3;
//maximum input LOW state current//
a=mol/mil;
b=moh/mih;
h=min(a,b)
disp(h,'Maximum number of flip flops =')