Can phased.GSCBeamformer system Object run Frame by frame?
조회 수: 3 (최근 30일)
이전 댓글 표시
For these Beamformer objects, the examples always show full wavform in and full wavform out. In my application, it is running on frames of data, processing it as it comes in. Matlab suggest its Objects keep track of all states and initializations. So my question is, do these Beamformer objects init each time we run them, ie process one frame (or at beginning of entire wavform in your examples)? Is there a mechanism to ouput the states and to carry into the next frame such as your filter function? Additionally, for the GSCBeamformer object, is there a reason the weights are not ouput as an option? Would be nice if user had access to weights and filter states between frames in order to check implementation and better understand the beamforming mechanism. If I am missing something please let me know thanks!
댓글 수: 0
채택된 답변
Honglei Chen
2020년 3월 20일
Those beamformers do main states but currently there isn't a way to export those states. Essentially, when you first run it using step() or its corresponding variable name, it will start to remember states between frames. Only when you call release() or reset() will it clear those states.
HTH
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Beamforming에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!