필터 지우기
필터 지우기

Segmentation of a signal 184148x1

조회 수: 3 (최근 30일)
SSV
SSV 2019년 10월 13일
댓글: Walter Roberson 2019년 10월 13일
I have a signal x(n)= 184148x1,
Fs=1000
I need to do the segmentation of this signal by each signal contain 600 samples,
I tried to do with the reshape function but the I couldnt match the number of elements.
after segmentation I am planing to get the mean, max. values for each segment.
Is there any method to segmentize this signal ?

답변 (1개)

Star Strider
Star Strider 2019년 10월 13일
See if the buffer function will do what you want.
  댓글 수: 1
Walter Roberson
Walter Roberson 2019년 10월 13일
You will need to decide how you want to handle the final segment, which will have only 548 original samples. buffer() will pad it out to 600, but of course that will affect mean() and std()

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

카테고리

Help CenterFile Exchange에서 Smoothing and Denoising에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by