필터 지우기
필터 지우기

Normalize by peak area

조회 수: 3 (최근 30일)
YI-TING
YI-TING 2014년 9월 5일
답변: Naama 2014년 9월 12일
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일
If your data is in vector y, and your desired area is desired_area, then:
y_normalized = desired_area * y./sum(y);

카테고리

Help CenterFile Exchange에서 Descriptive Statistics에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by