Baseline Correction of IR Spectra
68 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
smsinks
le 12 Avr 2020
Modifié(e) : masoud sistaninejad
le 3 Fév 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.
0 commentaires
Réponse acceptée
Star Strider
le 12 Avr 2020
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 commentaires
Plus de réponses (1)
masoud sistaninejad
le 26 Jan 2021
Modifié(e) : masoud sistaninejad
le 3 Fév 2021
data = your data
order = 2 %order must be greater than 0
out = detrend(data,order)
0 commentaires
Voir également
Catégories
En savoir plus sur Spectral Measurements dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!