How to apply MVDR beamformer processing?

3 Ansichten (letzte 30 Tage)
Marko Jankovic
Marko Jankovic am 16 Okt. 2023
Beantwortet: Rahul am 5 Nov. 2024
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!

Antworten (1)

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

Produkte


Version

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by