Simulink Feedback Loop (Function-Call feedback Latch)
이전 댓글 표시
I want to be able to have the output of a user defined embedded function to be fed back into one of the inputs. However i do not wish the perform an iterative loop. During the feedback cycle i wish for it to delay by exactly one cycle so that the output is take in the next iteration. I think i have found a block that does exactly this (Function-Call feedback latch) but i cannot seem to find it in my ports and subsystems library?
Anybody else have this problem or know where i can find this block? or even an alternative solution?
Kind regards
Jazz
답변 (1개)
Guy Rouleau
2012년 1월 14일
0 개 추천
The "Function-Call feedback latch" option is available only if the Inport is inside a function call subsystem. If you want a delay of one cycle for other type of subsystem, insert a Unit Delay or Memory block between the output and the input.
댓글 수: 1
Houssemus
2015년 3월 15일
it really worked with me, thanx a lot.
카테고리
도움말 센터 및 File Exchange에서 Schedule Model Components에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!