Question: 5 . Sensor Reliability Using Bayesian Technique ( 3 0 Marks ) In this problem you will evaluate the effectiveness of using Bayesian approach in

5. Sensor Reliability Using Bayesian Technique
(30 Marks)
In this problem you will evaluate the effectiveness of using Bayesian approach in combining sensor data (sensor fusion) from two sensors when there are chances of sensors providing spurious data. The spurious data, coming from an unreliable sensor, is different from the noisy sensor data in the following way.
Noisy data is normally distributed around the true value (with mean as the true value) with certain variance:
\[
\begin{array}{l}
y=x+w \\
w \sim N\left(0,\sigma_{i}^{2}\right)\quad i=1,2
\end{array}
\]
Spurious data is normally distributed around a value which is offset from the true value by a bias B:
\[
\begin{array}{ll}
y=x+B+w & \\
w \sim N\left(0,\sigma_{i}^{2}\right) & i=1,2
\end{array}
\]
A Matlab code has been uploaded on the blackboard that provides skeletal code for this problem, provides values for variances and bias, and generates sensor data set for 10,000 data points. In this problem, a probability of sensor providing spurious data is known, and bias is known. Based on this knowledge, show that you can improve the estimation problem using the Bayesian approach.
1. Please submit your Matlab code which should be able to provide the mean square error values using two methods: i) Simple Bayesian approach for combining data
from two sensors (MAP estimate discussed in class); and ii) Bayesian approach that incorporates the knowledge that sensors can provide spurious data at known probability and bias. Also, plot this value as you change the probability of sensor providing spurious data from 0 to 1(at interval of 0.1).
2. Please submit the hard-copy work-out showing your calculations of posterior distributions using the two approaches.
5 . Sensor Reliability Using Bayesian Technique (

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!