How to calculate peak to peak amplitude from a waveform

조회 수: 5 (최근 30일)
Mei Astrid Ardiani
Mei Astrid Ardiani 2017년 7월 14일
댓글: Mei Astrid Ardiani 2017년 7월 14일
I have a waveform in time and velocity and I want calculate the amplitude using peak to peak amplitude concept. How to do it?

채택된 답변

Image Analyst
Image Analyst 2017년 7월 14일
Do you just want the min to max over the entire signal
amplitude = max(waveform(:)) - min(waveform(:));
or do you want the amplitude in a moving window? If in a moving window, what should the window width be?
  댓글 수: 1
Mei Astrid Ardiani
Mei Astrid Ardiani 2017년 7월 14일
I'm not sure about the window width, but I need calculate the peak to peak amplitude in every single wave (every positive and negative peak). Is it possible?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

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