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일

0 개 추천

It is not possible to provide specific code without your data.

댓글 수: 4

smsinks
smsinks 2020년 4월 12일
편집: smsinks 2020년 4월 12일
Hi Star,
Thanks for the response.
Apologies for not being clear.
I am looking for a MATLAB built-in function. So I can also read the documentation and the math behind the methods. Also, I was optimistic that the built-in function would have more options (or input parameters) that offer added flexibility and fine-tuning capabilities.
I have previously tried the methods at the links that you have provided, but they seem to have some limitations when it comes to processing multiple IR spectra.
Cheers.
Star Strider
Star Strider 2020년 4월 12일
I am looking for a MATLAB built-in function.
There isn’t one.
Each spectrum has to be analysed and processed individually.
.
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일

0 개 추천

data = your data
order = 2 %order must be greater than 0
out = detrend(data,order)

카테고리

질문:

2020년 4월 12일

편집:

2021년 2월 3일

Community Treasure Hunt

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

Start Hunting!

Translated by