Baseline Correction of IR Spectra

111 ビュー (過去 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 Center および File ExchangeMultirate Signal Processing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by