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
2014-9-5
Yi-Ting - please provide an example of what you mean, or add more details to your question.
回答(1 个)
Naama
2014-9-12
If your data is in vector y, and your desired area is desired_area, then:
y_normalized = desired_area * y./sum(y);
类别
在 帮助中心 和 File Exchange 中查找有关 Descriptive Statistics 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!