Baseline Correction of IR Spectra
50 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
smsinks
am 12 Apr. 2020
Bearbeitet: masoud sistaninejad
am 3 Feb. 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.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/283884/image.png)
0 Kommentare
Akzeptierte Antwort
Star Strider
am 12 Apr. 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 Kommentare
Weitere Antworten (1)
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)
0 Kommentare
Siehe auch
Kategorien
Mehr zu Spectral Measurements finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!