フィルターのクリア

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 Center および File ExchangeSmoothing and Denoising についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by