Retrieve the good measurement from multiple samples

1 view (last 30 days)
Hi!
I have a sensor whose accuracy does not meet the accuracy I need.
For a given measure (known) I made several acquisitions. By averaging acquisitions I get a better result but it is not yet at the desired accuracy.
Based on several acquisitions of my sensor for known measures, I wonder if there would not be a tool in matlab which possibly allow me to analyze the response of my sensor to further improve the accuracy of measurement.
In the final application the system will always perform post-processing of multiple samples to determine the final measurement.
Thank you!
  2 Comments
Thorsten
Thorsten on 2 Dec 2014
Edited: Thorsten on 2 Dec 2014
If you cannot get along with averaging the values, it would be helpful if you could provide the measurements for the known measures.

Sign in to comment.

Accepted Answer

Thorsten
Thorsten on 3 Dec 2014
Hi Simon. The sensor always underestimates the true value. You can correct that my sorting the measurements and omit the N lowest values. I got good results with N = 3:
5564.00 9999.18 20003.57

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!