Answer:
The linear estimate of MMSE and MSE are given as
and
respectively.
Step-by-step explanation:
This is a vector MSE linear estimation problem. Since Z1 and Z2 are zero mean, µY1 = µX +µZ1 =µ and µY2 = µZ1 + µZ2 = 0 . We first normalize the random variables by subtracting their means to get
X' = X − µ and
![Y' =\left[\begin{array}{c}Y_1-\mu\\Y_2\end{array}\right]](https://img.qammunity.org/2021/formulas/physics/high-school/2oax7p9cm9b2x5i2koautb4yd6p54zso6j.png)
To find the best linear MSE estimate X of X', we first find
![\sum_Y =\left[\begin{array}{cc}P+N1 &N1\\N1 & N1+N2\end{array}\right]](https://img.qammunity.org/2021/formulas/physics/high-school/f0hi5zldyzpupqrzudix6fvy78h3pxdp4k.png)
and
![\sum_( YX)=\left[\begin{array}{c}P\\0\end{array}\right]](https://img.qammunity.org/2021/formulas/physics/high-school/534hwwevubd5cf733eub3hiacu5yy6bpsj.png)
Therefore
/(P(N_1+N_2)+N_1N_2)\left[\begin{array}{cc} N_1+N_2 &-N_1\\-N_1 &P+N_1\end{array}\right] Y'\\\hat{X}'=(P)/(P(N_1+N_2)+N_1N_2)\left[\begin{array}{cc} N_1+N_2 &-N_1\end{array}\right]\left[\begin{array}{c}Y_1-\mu\\Y_2\end{array}\right]](https://img.qammunity.org/2021/formulas/physics/high-school/6ou96q3rdgob3k3irk50o1440ur14mgx34.png)

The best linear MSE estimate is Xˆ = Xˆ' + µ. Thus

The MSE can be calculated by

By substituting the values in the above equation as
![MSE=\sigma_X^2-\sum_(YX)^T\sum_(Y)^(-1)\sum_(YX)\\MSE=P-(P)/(P(N_1+N_2)+N_1N_2)\left[\begin{array}{cc} N_1+N_2 &-N_1\end{array}\right]\left[\begin{array}{c}P\\0\end{array}\right]\\MSE=P-(P^2(N_1+N_2))/(P(N_1+N_2)+N_1N_2)\\MSE=(PN_1N_2)/(P(N_1+N_2)+N_1N_2)](https://img.qammunity.org/2021/formulas/physics/high-school/7v2pm4b5u93wb8k1fhiwggw1nwfacjkh4x.png)
Note that if either N1 or N2 go to 0, the MSE also goes to 0. This is because the estimator will then use the measurement with zero noise variance (that is, the one with no noise) to perfectly reconstruct X.