How to apply MVDR beamformer processing?

13 visualizaciones (últimos 30 días)
Marko Jankovic
Marko Jankovic el 16 de Oct. de 2023
Respondida: Rahul el 5 de Nov. de 2024 a las 8:45
Hello everyone,
I have an audio signal recorded with a microphone array of 3 microphones.
How can I apply an MVDR beamformer to this signal?
I already used phased.SubbandMVDRBeamformer, following examples from Matlab, but I don't think it works in the range 20Hz - 20kHz!
Thanks in advance!

Respuestas (1)

Rahul
Rahul el 5 de Nov. de 2024 a las 8:45
Hi Marko,
To achieve the required task of applying MVDR beamformer processing to your audio signal you can make use of 'phased.MVDRBeamformer' function. It is mentioned that it has an operating frequency of 300 MHz.
This answer mentions that since the audio collected from a microphone is unmodulated, the function 'phased.SubbandMVDRBeamformer' might not work properly with unmodulated signals. It recommends using other Beamformers are documented to work with unmodulated data, such as the FrostBeamformer, GSCBeamformer etc.
You can refer to the following MathWorks documentations to know more about these functions:
Hope this helps! Thanks.

Productos


Versión

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by