Baseline Correction of IR Spectra

106 Ansichten (letzte 30 Tage)
smsinks
smsinks am 12 Apr. 2020
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.

Akzeptierte Antwort

Star Strider
Star Strider am 12 Apr. 2020
It is not possible to provide specific code without your data.
  4 Kommentare
smsinks
smsinks am 12 Apr. 2020
Thanks Star Strider
Star Strider
Star Strider am 12 Apr. 2020
As always, my pleasure!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

masoud sistaninejad
masoud sistaninejad am 26 Jan. 2021
Bearbeitet: masoud sistaninejad am 3 Feb. 2021
data = your data
order = 2 %order must be greater than 0
out = detrend(data,order)

Community Treasure Hunt

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

Start Hunting!

Translated by