|
Algorithm 1 Constant-Beamwidth CRA Beamformer Design |
Calculate the attenuation weight:
for
do
find by solving: using the Bisection algorithm.
end for
Define , .
for do
Calculate ring weight based on (29).
end for
Modify the beamformer to expand the constant-beamwidth frequency range:
for
do
find by solving: using the Bisection algorithm.
end for
Define .
for
do
Compute the ring weight based on (33).
end for
Improve the DI in lower frequencies:
for
do
let , find s.t is minimal.
end for
Implement the desired filters in time domain.
Calculate the normalization factor for each frequency.
|