petotamas / pyArgus

Antenna array signal processing library implemented in python
https://www.tamaspeto.com/pyargus
GNU General Public License v3.0
164 stars 60 forks source link

Using two dimentional I/Q data #5

Open HaZdula opened 2 years ago

HaZdula commented 2 years ago

Hello,

I'm trying to calculate AoA from the planar array(4x4 antenna grid). Despite providing x and y data to obtain scanning vectors, function DOA_MUSIC returns an array referring only to [0,180] degrees. However, the result of the 2 dimensions data should be two arrays referring to [0,180] degrees to be able to estimate azimuth and elevation angles. Do you have any example usage of pyArgus package on two-dimensional data?