What is the meaning of 'operatingFrequency' parameter for SubbandMVDRbeamforming in the context when input signal is not modulated?
5 次查看(过去 30 天)
显示 更早的评论
I would like to appy SubbandMVDRBeamforming on audio signal. Si nce such signal is not modulated I have a problem hos to setup the operatingFrequency.
0 个评论
回答(1 个)
Honglei Chen
2018-11-20
Currently SubbandMVDRBeamformer assumes the signal is modulated so it performs narrowband MVDR in each subband. If the signal is not modulated, like in audio, I think a better fit is phased.FrostBeamformer. The underlying principle of a Frost beamformer is simialr to MVDR beamformer but the implementation is in time domain instead.
HTH
2 个评论
Honglei Chen
2018-11-20
You could try to use phased.WidebandCollector to simulate either modulated or unmodulated received signal at the array. This wil work if you have a single audio clip as the source. If you already have the measurement at each receiving element, then the function above won't work.
HTH
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Signal Radiation, Collection, and Reflection 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!