Filter löschen
Filter löschen

Segmentation of a signal 184148x1

3 Ansichten (letzte 30 Tage)
SSV
SSV am 13 Okt. 2019
Kommentiert: Walter Roberson am 13 Okt. 2019
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 ?

Antworten (1)

Star Strider
Star Strider am 13 Okt. 2019
See if the buffer function will do what you want.
  1 Kommentar
Walter Roberson
Walter Roberson am 13 Okt. 2019
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()

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

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

Start Hunting!

Translated by