Raman Data Analysis - Normalization

5 ビュー (過去 30 日間)
ahmi ali
ahmi ali 2020 年 1 月 15 日
回答済み: Jakob B. Nielsen 2020 年 1 月 15 日
I have mulitiple sets of data from Raman setup. I need one set of data without a peak to be set as a baseline measurement. Afterwards the data should be normalized so I can anaylse the peaks correctly. Any help will be appreciated.

採用された回答

Jakob B. Nielsen
Jakob B. Nielsen 2020 年 1 月 15 日
For your baseline, cover the detector with a beam block, and record a spectrum. This will be your baseline.
For normalizing a spectrum, simply:
maxval=max(spectrum1);
spectrum1_normalized=spectrum1/maxval; %the max value will be 1, and the rest of the spectrum will be scaled appropriately.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSignal Generation, Analysis, and Preprocessing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by