Baseline Correction of IR Spectra
이전 댓글 표시
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.

채택된 답변
추가 답변 (1개)
masoud sistaninejad
2021년 1월 26일
편집: masoud sistaninejad
2021년 2월 3일
0 개 추천
data = your data
order = 2 %order must be greater than 0
out = detrend(data,order)
카테고리
도움말 센터 및 File Exchange에서 Spectral Measurements에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!