Baseline Correction of IR Spectra
조회 수: 66 (최근 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.
댓글 수: 0
채택된 답변
Star Strider
2020년 4월 12일
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
추가 답변 (1개)
masoud sistaninejad
2021년 1월 26일
편집: masoud sistaninejad
2021년 2월 3일
data = your data
order = 2 %order must be greater than 0
out = detrend(data,order)
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Spectral Measurements에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!