(a) Use MATLAB to create a $1-\mathrm{s}$ sinusoidal signal using the sampling rate of $f_s=1000 \mathrm{~Hz}$
$$
x(t)=1.8 \cos (2 \pi \times 100 t)+1.0 \sin (2 \pi \times 150 t+\pi / 4),
$$
where each sample $x(t)$ can be round off using 3-bit signed integer (directly round off the calculated $x(t))$ and evaluate the SQNR.
(b) Use MATLAB to design an oversampling system including the anti-aliasing filter with a selectable integer factor $L$ using the same equation for the input $x(t)$.
(c) Recover the signal using the quantized 3-bit signal and measure the SQNRs for the following integer factors: $L=2, L=4, L=8, L=16$, and $L=32$. From the results, explain which one offers better quality for the recovered signals.