Baseline Correction of IR Spectra
67 ビュー (過去 30 日間)
古いコメントを表示
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.
0 件のコメント
採用された回答
Star Strider
2020 年 4 月 12 日
It is not possible to provide specific code without your data.
See for example: Raman spectra background removal and Shifting Baselines of Raman Spectra for examples.
4 件のコメント
その他の回答 (1 件)
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)
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Spectral Measurements についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!