Closed CentofantiEze closed 4 weeks ago
Is your feature request related to a problem? Please describe. Create function for uniformly distributed array.
The function takes the East and North limits for the uniform array, as well as the number of antennas distributed in each direction.
def uni_antenna_array(E_lim, N_lim, n_antenna_E, n_antenna_N)
Don't forget to set the Up component to zero. Be consistent with other antenna pattern generation functions.
I will create this new function very soon.
It is done, and the main branch now includes it!
Is your feature request related to a problem? Please describe. Create function for uniformly distributed array.
The function takes the East and North limits for the uniform array, as well as the number of antennas distributed in each direction.
Don't forget to set the Up component to zero. Be consistent with other antenna pattern generation functions.