필터 지우기
필터 지우기

Removal of background continuum emission from a LIBS spectra

조회 수: 11 (최근 30일)
Doyinsola
Doyinsola 2023년 3월 10일
댓글: Star Strider 2023년 3월 10일
Hello, I have a LIBS raw spectra that contain both the background continuum emission and the atomic and ionic emission. 'The task is for me to remove the background continuum emission'. The approach I used for the first data I collected is not working for the new data I am working on.
What I did on the first data was just by smoothing with sgolay filter and then substracted the smoothed data from the original (raw) data but this approach seems not to work on my current data.
Is there anyone who has a more defined approach to solving this please?. I have included the image of what the spectra look like. Thanks

채택된 답변

Star Strider
Star Strider 2023년 3월 10일
It would help to have the data, and a description of the desired result, since I do not understand ‘background continuum emmission’ or what it does to the signal.
One option could be to use the islocalmin function with the appropriate 'MinProminence' value, fit that result using polyfit (and polyval), and then subtract that from the original signal to ptroduce a more consistent baseline. That approach has worked in other applications for me.
  댓글 수: 6
Doyinsola
Doyinsola 2023년 3월 10일
Thanks for coming through.
Star Strider
Star Strider 2023년 3월 10일
As always, my pleasure!

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Smoothing and Denoising에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by