recategorized by
242 views
1 votes
1 votes
For two flip-flops $F_{1}$ and $F_{2}$ and input $\mathrm{X}$, the next state and output is given as
\[
\begin{array}{c}
F_{1}(t+1)=\sum(1,2,5,6) \\
F_{2}(t+1)=\sum(3,7) \\
Y\left(F_{1}, F_{2}, X\right)=\sum(4,6)
\end{array}
\]
Write functions for the next state and output of the circuit.
recategorized by

Please log in or register to answer this question.

Related questions

1 votes
1 votes
1 answer
2
admin asked Dec 15, 2022
478 views
What is the generating function corresponding to Fibonacci series.\[F_{n}=F_{n-1}+F_{n-2} .\]Note that $F_{0}=F_{1}=1$.