Baseline Correction of IR Spectra

108 次查看(过去 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.

采纳的回答

Star Strider
Star Strider 2020-4-12
It is not possible to provide specific code without your data.
  4 个评论

请先登录,再进行评论。

更多回答(1 个)

masoud sistaninejad
编辑:masoud sistaninejad 2021-2-3
data = your data
order = 2 %order must be greater than 0
out = detrend(data,order)

类别

Help CenterFile Exchange 中查找有关 Multirate Signal Processing 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by