ThomasFeher / oms

octave multi-channel signal processing
BSD 2-Clause "Simplified" License
9 stars 2 forks source link

series mode for beampattern coordinates #5

Closed ThomasFeher closed 10 years ago

ThomasFeher commented 10 years ago

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