Skip to content

v0.5.0

Latest

Choose a tag to compare

@zhiim zhiim released this 25 Nov 07:57
· 1 commit to master since this release

Breaking Changes

  • received_signal_broad method was added in Array. Now received_signal should be used in narrow band senario, and received_signal_broad should be used in broad/wide band senario.

New Features

  • Array imperfection is supported in UniformLinearArray
    • add_position_error for array position error
    • add_mutual_coupling for mutual coupling error
    • add_gain_phase_error for sensor gain and phase error
    • add_correlatted_noise for spatially correlated noise error
    • each method has a twin method ending with _default, which is used to randomly generate an error matrix in a preset manner