Segmentation of a signal 184148x1
2 ビュー (過去 30 日間)
古いコメントを表示
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 ?
0 件のコメント
回答 (1 件)
Star Strider
2019 年 10 月 13 日
1 件のコメント
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()
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!