How we can segment the time series signal in Matlab?

18 ビュー (過去 30 日間)
Tehreem Syed
Tehreem Syed 2020 年 8 月 4 日
回答済み: Cris LaPierre 2020 年 8 月 4 日
This is the acceleration signal collected from wearable sensors. How we can segment this signal into window of 0.46 sec. I also want to find the maximum and minimum values of acceleration in the segmented signal.

回答 (1 件)

Cris LaPierre
Cris LaPierre 2020 年 8 月 4 日
You can accomplish this with the retime function. You first need to convert your data to a timetable. Then call retime using the syntax TT2 = retime(TT1,'regular',method,'TimeStep',dt).
Specify your statistical method in method, and your window size in dt. See this example on how to apply multiple methods.

カテゴリ

Help Center および File ExchangeMultirate Signal Processing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by