Apparently, those blocks simply do some checks on the outputted signals: namely, it's checked whether the signal is complex or not (if so, they take the real part) and the right indexing of the signal is performed.
Explanation of a portion of the Fast Block LMS implementation in Simulink
조회 수: 2 (최근 30일)
이전 댓글 표시
Hello everyone,
I recently started to use Simulink (R2015b) and I'm trying to convert some Matlab algorithms I have designed. I have a question regarding the Simulink block called Fast Block LMS Filter.
Specifically, I don't understand why there's the need for the Assignment blocks in the inner block denominated BLMS For Iterator Subsystem (the highlighted portion of the figure I attached)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/157728/image.png)
I am familiar with the operations done in the Fast Block LMS algorithm; I guess I'm just a bit confused by the way Simulink works, given that I have only been using it for a week or two.
Cheers.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Schedule Model Components에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!