Background correction

版本 1.4.0.0 (4.9 KB) 作者: Vincent Mazet
Compute an estimation of the background (aka baseline) in chemical spectra.
6.3K 次下载
更新时间 2013/2/20

查看许可证

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

引用格式

Vincent Mazet (2024). Background correction (https://www.mathworks.com/matlabcentral/fileexchange/27429-background-correction), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R12
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Chemistry 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.4.0.0

Update the link to my webpage.

1.3.0.0

Add a comment in the help.

1.2.0.0

Fix bug concerning the sorting of data.

1.1.0.0

Add a link to my webpage.

1.0.0.0