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!