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.

 채택된 답변

Guy Rouleau
Guy Rouleau 2011년 10월 27일

0 개 추천

Looks like you need to buffer with a size of 5 and overlap of 3.

댓글 수: 2

Fangjun Jiang
Fangjun Jiang 2011년 10월 28일
It is this Buffer block from the DSP System toolbox.
http://www.mathworks.com/help/toolbox/dsp/ref/buffer.html
Srikanth Mantha
Srikanth Mantha 2011년 10월 28일
Thank you so much

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Srikanth Mantha
Srikanth Mantha 2011년 10월 27일

0 개 추천

Hello Rouleau,
Thanks for the reply. I am relatively new to the Simulink. Could you please elaborate your answer? How can I overlap? I see that there is a Overlap-ADD FFT filter in the simulink. Were you pointing to some like this? Thanks again.

댓글 수: 2

Fangjun Jiang
Fangjun Jiang 2011년 10월 28일
Set the buffer size and overlap at the dialog window of the Buffer block.
Srikanth Mantha
Srikanth Mantha 2011년 10월 28일
Thank you so much.

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

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

Start Hunting!

Translated by