Extracting overlapping windows of data for analysis
2 ビュー (過去 30 日間)
古いコメントを表示
Hi all, I have an array of data points and I need to analyse overlapping windows of that data. i.e. I have 30000 data points and first want to extract the first 1024 data points (data points 1-1025), analysis it and save the answer of the analysis. Then I want to analyse the next window of data with an overlap of 2 (data points 1023-2047) and have that answer of analysis saved with the previous answer. I am quiet new to Matlab and I have no idea where to start with this. Any help would be much appreciated. Many thanks.
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!