Baseline Correction of IR Spectra
71 次查看(过去 30 天)
显示 更早的评论
What's the MATLAB function for baseline correction of IR spectra? I have gone through the Signal Processing Toolbox documentation, but I cannot find the specific function. Below is an image of what I would like to accomplish.
0 个评论
采纳的回答
Star Strider
2020-4-12
It is not possible to provide specific code without your data.
See for example: Raman spectra background removal and Shifting Baselines of Raman Spectra for examples.
4 个评论
更多回答(1 个)
masoud sistaninejad
2021-1-26
编辑:masoud sistaninejad
2021-2-3
data = your data
order = 2 %order must be greater than 0
out = detrend(data,order)
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spectral Measurements 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!