Background correction
by Vincent Mazet
30 Apr 2010
(Updated 20 Feb 2013)
Compute an estimation of the background (aka baseline) in chemical spectra.
|
Watch this File
|
| File Information |
| Description |
This program estimates the background (or baseline) of optical spectra by the polynomial minimizing a cost function. If the cost function was quadratic, the solution is the least squares estimation, which is not appropriate in this problem. Instead, we need to use of non-quadratic cost function such as the symmetrical Huber function, the symmetrical truncated quadratic or their respective asymmetrical shape.
The program backcor is the new version of the former backest (released in 2008). The main difference is the availability of a graphical user interface (of course, it can be not used).
The program is written in Matlab and should work with Matlab 6 (or higher). The ZIP file to download contains two Matlab script:
* a demonstration script (demo);
* the main function (backcor) which can be run with or without a graphical user interface.
Type help backcor in Matlab to get the syntax of the function.
http://miv.u-strasbg.fr/mazet/backest/backest-en.htm |
| MATLAB release |
MATLAB 6.0 (R12)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 30 Apr 2010 |
Add a link to my webpage. |
| 12 Nov 2012 |
Fix bug concerning the sorting of data. |
| 16 Nov 2012 |
Add a comment in the help. |
| 20 Feb 2013 |
Update the link to my webpage. |
|
Contact us