Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
Q_PS=0;
T=0;
y_correct = 0;
assert(isequal(T_FF(Q_PS,T),y_correct))
Q_NS =
logical
0
|
2 | Pass |
Q_PS=1;
T=0;
y_correct = 1;
assert(isequal(T_FF(Q_PS,T),y_correct))
Q_NS =
logical
1
|
3 | Pass |
Q_PS=0;
T=1;
y_correct = 1;
assert(isequal(T_FF(Q_PS,T),y_correct))
Q_NS =
logical
1
|
4 | Pass |
Q_PS=1;
T=1;
y_correct = 0;
assert(isequal(T_FF(Q_PS,T),y_correct))
Q_NS =
logical
0
|
2514 Solvers
243 Solvers
07 - Common functions and indexing 2
255 Solvers
Find out total non zero element of matrix
147 Solvers
Find out sum and carry of Binary adder
100 Solvers