Problem with samples
古いコメントを表示
Hi,
I am working with simulink and There is a row in an array that sends out data in the following manner. [1,3,4,5,21,3,1,2,4,2,3,2,23,23,3,4,2].
I would like to analyze 5 elements at once. When i keep samples per frame = 5, output is [1,3,4,5,21] [3,1,2,4,2] [3,2,23,23,3] [4,2,...]
but I am actually looking to analyze them in the following manner.
[1,3,4,5,21] [4,5,21,3,1] [21,3,1,2,4] [2,4,2,3,2] [3,2,23,23] [23,23,3,4,2]
Is there a way to do this? Please let me know. Thank you.
採用された回答
その他の回答 (1 件)
Srikanth Mantha
2011 年 10 月 27 日
0 投票
2 件のコメント
Fangjun Jiang
2011 年 10 月 28 日
Set the buffer size and overlap at the dialog window of the Buffer block.
Srikanth Mantha
2011 年 10 月 28 日
カテゴリ
ヘルプ センター および File Exchange で Texas Instruments C2000 Processors についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!