• Stars
    star
    136
  • Rank 266,205 (Top 6 %)
  • Language
    Python
  • Created over 4 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

不同波束形成算法仿真,共计30余种

beamforming

不同波束形成算法仿真,共计30余种

使用方法

在beamforming_compare.py中使用append方法添加一个实例,然后可以查看不同阵列特性,如:

    beam.append_beamforming(
    {'beam_domain': 'time',
    'beam_type'  : 'fixed',
    'beam_name'  : 'DelayAndSum'},
    {'d_mic':  2,
    'M': 8,
    'phi':90}

项目参考书籍

J.Benesty, I.Cohen, and J.Chen, Fundamentals of Signal Enhancement and Array Signal Processing. Weily-IEEE Press 2017.

Author

[email protected]