aspsim.diagnostics.soundfieldplot
Functions
|
single pos array of shape (numPoints, spatialDim) sig and labels are lists of the same length, numAlgos each entry in sig is an array of shape (numAxes, numPoints), so for example multiple frequencies can be plotted at the same time. |
|
|
|
Makes a soundfield plot using the supplied matplotlib.pyplot axis |
|
array_pos is a list/tuple of ndarrays of shape(any, spatialDim) describing the positions of all objects to be plotted. |
|
Sorts the position and signal values to display correctly when imshow is used to plot the sound field image |