필터 지우기
필터 지우기

Changing incoming vectors (bits) and reshaping them without buffer delay on Simulink

조회 수: 2 (최근 30일)
Hello I am trying to take stream of bits (vector) and I'd like to perform some calculation
to check some condition.
On my setup, I have buffer then a custom MATLAB Function block.
In this way, I was able to 'cut' the vector (via buffer) and check conditions for each 'cut.'
And since there is a delay in buffer operation, for the first 'cut' the values are the initial condition
that I defined in buffer block, which I can simply discard during analysis.
Now my question is, is there a way to buffer my input vector without having those unwanted 'cut?'
In other words, is there a way to stack my incoming vector real time and at certain number of elements,
simply do my calculation (without buffer)?
I can live with the buffer block, but I think, as my model gets more detailed and sophisticated, it might cause
some problem in the future and I want to get rid of the possibility.
Thanks!

답변 (0개)

카테고리

Help CenterFile Exchange에서 Sources에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by