Baseline Correction of IR Spectra

조회 수: 118 (최근 30일)
smsinks
smsinks 2020년 4월 12일
편집: masoud sistaninejad 2021년 2월 3일
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.

채택된 답변

Star Strider
Star Strider 2020년 4월 12일
It is not possible to provide specific code without your data.
  댓글 수: 4
smsinks
smsinks 2020년 4월 12일
Thanks Star Strider
Star Strider
Star Strider 2020년 4월 12일
As always, my pleasure!

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

masoud sistaninejad
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)

카테고리

Help CenterFile Exchange에서 Multirate Signal Processing에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by