org-arl / arlpy

ARL Python Tools
BSD 3-Clause "New" or "Revised" License
119 stars 37 forks source link

Check scaling of beamformer steering vector #30

Open mchitre opened 4 years ago

mchitre commented 4 years ago

In bartlett and capon, the steering vector is scaled by sqrt() of number of sensors. Should it be number of sensors instead? Also, the fc = 0 case needs scaling too?