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!