Step 1: Analyze NOR gate.
NOR gate input: \(A\) and feedback from first flip-flop output \(\overline{Q}\).
So output of NOR = \(B = \overline{A + \overline{Q}}\).
Step 2: Analyze XOR gate.
XOR inputs: \(B\) and \(C\) (output of second flip-flop).
So:
\[
D = B \oplus C
\]
Step 3: Stable state condition.
For stability, the inputs of flip-flops must not change outputs on clock edges. This requires consistency of feedback equations.
- Assume \(A=1, B=1, C=0, D=0\). Then feedback equations satisfied.
Binary sequence: \([A B C D] = 1100\).
Step 4: Decimal equivalent.
\[
(1100)_2 = 8 + 4 = 12
\]
Final Answer:
\[
\boxed{12}
\]
Given an open-loop transfer function \(GH = \frac{100}{s}(s+100)\) for a unity feedback system with a unit step input \(r(t)=u(t)\), determine the rise time \(t_r\).
Consider a linear time-invariant system represented by the state-space equation: \[ \dot{x} = \begin{bmatrix} a & b -a & 0 \end{bmatrix} x + \begin{bmatrix} 1 0 \end{bmatrix} u \] The closed-loop poles of the system are located at \(-2 \pm j3\). The value of the parameter \(b\) is: