How to apply MVDR beamformer processing?

13 views (last 30 days)
Marko Jankovic
Marko Jankovic on 16 Oct 2023
Answered: Rahul on 5 Nov 2024 at 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!

Answers (1)

Rahul
Rahul on 5 Nov 2024 at 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.

Products


Release

R2023a

Community Treasure Hunt

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

Start Hunting!