Normalize by peak area

Hi,
I want to normalized peaks with different shape and area to the same area (ex:1).
Is there any already written program?
Thanks

1 件のコメント

Geoff Hayes
Geoff Hayes 2014 年 9 月 5 日
Yi-Ting - please provide an example of what you mean, or add more details to your question.

サインインしてコメントする。

回答 (1 件)

Naama
Naama 2014 年 9 月 12 日

0 投票

If your data is in vector y, and your desired area is desired_area, then:
y_normalized = desired_area * y./sum(y);

製品

タグ

質問済み:

2014 年 9 月 5 日

回答済み:

2014 年 9 月 12 日

Community Treasure Hunt

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

Start Hunting!

Translated by