Baseline Correction of IR Spectra

108 visualizaciones (últimos 30 días)
smsinks
smsinks el 12 de Abr. de 2020
Editada: masoud sistaninejad el 3 de Feb. de 2021
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.

Respuesta aceptada

Star Strider
Star Strider el 12 de Abr. de 2020
It is not possible to provide specific code without your data.
  4 comentarios
smsinks
smsinks el 12 de Abr. de 2020
Thanks Star Strider
Star Strider
Star Strider el 12 de Abr. de 2020
As always, my pleasure!

Iniciar sesión para comentar.

Más respuestas (1)

masoud sistaninejad
masoud sistaninejad el 26 de En. de 2021
Editada: masoud sistaninejad el 3 de Feb. de 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