SAF
|
Contains variables for describing the microphone/hydrophone array. More...
#include <array2sh_internal.h>
Data Fields | |
_Atomic_INT32 | Q |
Current number of sensors. | |
_Atomic_INT32 | newQ |
New number of sensors (current value replaced by this after next re-init) | |
_Atomic_FLOAT32 | r |
radius of sensors | |
_Atomic_FLOAT32 | R |
radius of scatterer (only for rigid arrays) | |
_Atomic_ARRAY2SH_ARRAY_TYPES | arrayType |
see ARRAY2SH_ARRAY_TYPES | |
_Atomic_ARRAY2SH_WEIGHT_TYPES | weightType |
see ARRAY2SH_WEIGHT_TYPES | |
_Atomic_FLOAT32 | sensorCoords_rad [MAX_NUM_SENSORS][2] |
Sensor directions in radians. | |
_Atomic_FLOAT32 | sensorCoords_deg [MAX_NUM_SENSORS][2] |
Sensor directions in degrees. | |
Contains variables for describing the microphone/hydrophone array.
Definition at line 103 of file array2sh_internal.h.
_Atomic_ARRAY2SH_ARRAY_TYPES array2sh_arrayPars::arrayType |
Definition at line 108 of file array2sh_internal.h.
_Atomic_INT32 array2sh_arrayPars::newQ |
New number of sensors (current value replaced by this after next re-init)
Definition at line 105 of file array2sh_internal.h.
_Atomic_INT32 array2sh_arrayPars::Q |
Current number of sensors.
Definition at line 104 of file array2sh_internal.h.
_Atomic_FLOAT32 array2sh_arrayPars::R |
radius of scatterer (only for rigid arrays)
Definition at line 107 of file array2sh_internal.h.
_Atomic_FLOAT32 array2sh_arrayPars::r |
radius of sensors
Definition at line 106 of file array2sh_internal.h.
_Atomic_FLOAT32 array2sh_arrayPars::sensorCoords_deg[MAX_NUM_SENSORS][2] |
Sensor directions in degrees.
Definition at line 111 of file array2sh_internal.h.
_Atomic_FLOAT32 array2sh_arrayPars::sensorCoords_rad[MAX_NUM_SENSORS][2] |
Sensor directions in radians.
Definition at line 110 of file array2sh_internal.h.
_Atomic_ARRAY2SH_WEIGHT_TYPES array2sh_arrayPars::weightType |
Definition at line 109 of file array2sh_internal.h.