Raman Spectrum Baseline Removal
版本 1.0.8 (1.9 KB) 作者:
Ayad Al-Rumaithi
Estimates the baseline and corrected spectrum of a given Raman spectrum.
function [base corrected_spectrum]=baseline(Spectrum)
This functions estimate the baseline and corrected spectrum of a a given Raman spectrum. Parts of the algorithm are similar to H. Schulze et al [1], but other parts have major differences.
Input:
Spectrum: vector of size (N*1)
Output:
Base: Identified Baseline vector of size (N*1)
Corrected_Spectrum: Corrected Spectrum vector of size (N*1)
Example on how to use the function is also provided.
References:
-----------------
[1] Schulze, H. Georg, et al. "A small-window moving average-based fully automated baseline estimation method for Raman spectra." Applied spectroscopy 66.7 (2012): 757-764.
引用格式
Ayad Al-Rumaithi (2024). Raman Spectrum Baseline Removal (https://www.mathworks.com/matlabcentral/fileexchange/69649-raman-spectrum-baseline-removal), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R2018b
兼容任何版本
平台兼容性
Windows macOS Linux类别
- Sciences > Chemistry >
- Sciences > Chemistry > Chemical Spectroscopy >
在 Help Center 和 MATLAB Answers 中查找有关 Chemistry 的更多信息
标签
致谢
启发作品: Raman Finder
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!