A real-valued source has PDF $f(x)$ as shown.
A 1-bit quantizer maps positive samples to value $\alpha$ and others to $\beta$.
If \(\alpha\) and \(\beta\)minimize the MSE, then \((\alpha^\ - \beta)\) is ____________
(rounded off to two decimal places).

PDF description from the figure:
- Linear from $x=-2$ to $x=0$, rising to maximum.
- Constant from $x=0$ to $x=1$.
Compute probabilities: Total area must be 1.
Area of triangle ($-2$ to $0$): \[ \frac{1}{2}(2)(1) = 1. \]
Area of rectangle ($0$ to $1$): \[ 1 \times 1 = 1. \]
Normalize PDF: divide by 2.
Thus: \[ P(x<0) = \frac{1}{2}, \quad P(x>0) = \frac{1}{2}. \]
Optimum quantizer outputs are conditional means: \[ \beta^\ = E[x|x<0], \qquad \alpha^\ = E[x|x>0]. \]
Compute \(\alpha:\) \(\alpha^\ = E[x|0 Compute \beta:\)Shape is linear from \(-2\ to\ 0\): \[ f(x) \propto (x+2).
Normalized on $[-2,0]$: \[ f(x) = \frac{x+2}{2}. \]
\[ \beta^\ = \int_{-2}^{0} x \frac{x+2}{2} dx = \frac{1}{2}\int_{-2}^{0}(x^2+2x)dx. \]
Compute integral: \[ \int(x^2+2x)dx = \frac{x^3}{3} + x^2. \]
Evaluate from -2 to 0: At 0 → 0.
At -2 → \[ \frac{-8}{3} + 4 = \frac{4}{3}. \]
Thus: \[ \beta^\ = -\frac{1}{2}\cdot\frac{4}{3} = -\frac{2}{3} \approx -0.67. \]
Difference: \[ \alpha^\ - \beta^\ = 0.5 - (-0.67) \approx 1.17. \]
Thus: \[ \boxed{1.17} \quad (\text{acceptable range: } 1.15\text{–}1.18) \]
A JK flip-flop has inputs $J = 1$ and $K = 1$.
The clock input is applied as shown. Find the output clock cycles per second (output frequency).

f(w, x, y, z) =\( \Sigma\) (0, 2, 5, 7, 8, 10, 13, 14, 15)
Find the correct simplified expression.
For the non-inverting amplifier shown in the figure, the input voltage is 1 V. The feedback network consists of 2 k$\Omega$ and 1 k$\Omega$ resistors as shown.
If the switch is open, $V_o = x$.
If the switch is closed, $V_o = ____ x$.

Consider the system described by the difference equation
\[ y(n) = \frac{5}{6}y(n-1) - \frac{1}{6}(4-n) + x(n). \] Determine whether the system is linear and time-invariant (LTI).