Step 1: Resolution of 8-bit ADC.
For 8-bit:
\[
2^8 = 256 \, \text{levels}
\]
Input range: \(0 \to 5 \, V\).
Thus, step size:
\[
\Delta = \frac{5}{256} = 0.01953 \, V = 19.53 \, mV
\]
Step 2: Equivalent digital count.
For \(V_{in} = 1.9922 \, V\):
\[
N = \frac{V_{in}}{\Delta} = \frac{1.9922}{0.01953} \approx 102
\]
Step 3: Convert to hex.
Decimal 102 = Hex \(66\).
Step 4: Final result.
Thus, the ADC output is:
\[
\boxed{66H}
\]
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: