필터 지우기
필터 지우기

How to take Average of many waves to single wave(want he averge of all waves to a single wave)

조회 수: 7 (최근 30일)
Hello Everyone, I have a doubt concerning the average of the wave from a set of waves from sinlge dataset. I need to get a single average cuurve from of all the curves of the figure. I am new to matlab and have not been able to do so for a long time. I need you to help and it would be great for me. Thanks in advance.

채택된 답변

Star Strider
Star Strider 2019년 11월 20일
Used the islocalmin function to find the minima of the waveform, then use those indices to store the wave segments in a cell array. Then use the shortest wave independent variable indices to take the mean of all of them. (This is known as an ensemble average.)
See: cutting up the signal into repeating parts for an illustrative example.
  댓글 수: 6
Simon Green
Simon Green 2023년 10월 12일
I am trying to do something similar with respiratory data and this is a very helpful start. Cheers.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Waveform Generation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by