Can phased.GSCBeamformer system Object run Frame by frame?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
TJ Plummer
le 16 Mar 2020
Réponse apportée : Honglei Chen
le 20 Mar 2020
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 commentaires
Réponse acceptée
Honglei Chen
le 20 Mar 2020
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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Beamforming dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!