instead of going over all combinations of given phi and theta, go over all coordinate pairs given by those two vectors
this is useful if you want to calculate array sensitivity on a certain surface, a wall for example or on special spherical segments
coordinates in the current mode (where every combination of phi and theta is used) should be transformed into all actual coordinates and written in a matrix, this could eliminate some of the loops in beampattern.m
this should become standard mode ("series mode"), and the old mode should become "grid mode"
a configuration key must be added, in order to select the coordinate mode
instead of going over all combinations of given phi and theta, go over all coordinate pairs given by those two vectors this is useful if you want to calculate array sensitivity on a certain surface, a wall for example or on special spherical segments
coordinates in the current mode (where every combination of phi and theta is used) should be transformed into all actual coordinates and written in a matrix, this could eliminate some of the loops in beampattern.m
this should become standard mode ("series mode"), and the old mode should become "grid mode"
a configuration key must be added, in order to select the coordinate mode