Using MATLAB complete the steps below and submit the required plots.
1) Load the observations, Cx Matrix, and Cn Matrix stored in the ASCIl data files 'observations.dat,
Cx_matrix.dat, and 'Cn_matrix.dat'. Plot the observed signal, y. (5 Points)
2) Solve for the 5 tap Wiener Filter Impulse Response, h. Plot the impulse response. (30 Points
3) For comparison plot the observations signal, y, and the ground truth signal, x, on the same
plot. You can load the ground truth from the file "true_states.dat". (30 Points)
4) Apply the Wiener Filter using MATLAB's "conv" tool. Plot the resulting state reconstruction and the
true state signal, x, on the same plot. (30 Points)
5) Compute the Mean Squared Error before and after applying the filter. (5 Points)
MSEbefore-2o-
MSEafter a-
Comments
Leave a comment