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