SAF
|
Contains variables for describing the microphone/hydrophone array. More...
#include <array2sh_internal.h>
Data Fields | |
int | Q |
Current number of sensors. | |
int | newQ |
New number of sensors (current value replaced by this after next re-init) | |
float | r |
radius of sensors | |
float | R |
radius of scatterer (only for rigid arrays) | |
ARRAY2SH_ARRAY_TYPES | arrayType |
see ARRAY2SH_ARRAY_TYPES | |
ARRAY2SH_WEIGHT_TYPES | weightType |
see ARRAY2SH_WEIGHT_TYPES | |
float | sensorCoords_rad [MAX_NUM_SENSORS][2] |
Sensor directions in radians. | |
float | sensorCoords_deg [MAX_NUM_SENSORS][2] |
Sensor directions in degrees. | |
Contains variables for describing the microphone/hydrophone array.
Definition at line 89 of file array2sh_internal.h.
ARRAY2SH_ARRAY_TYPES array2sh_arrayPars::arrayType |
Definition at line 94 of file array2sh_internal.h.
int array2sh_arrayPars::newQ |
New number of sensors (current value replaced by this after next re-init)
Definition at line 91 of file array2sh_internal.h.
int array2sh_arrayPars::Q |
Current number of sensors.
Definition at line 90 of file array2sh_internal.h.
float array2sh_arrayPars::R |
radius of scatterer (only for rigid arrays)
Definition at line 93 of file array2sh_internal.h.
float array2sh_arrayPars::r |
radius of sensors
Definition at line 92 of file array2sh_internal.h.
float array2sh_arrayPars::sensorCoords_deg[MAX_NUM_SENSORS][2] |
Sensor directions in degrees.
Definition at line 97 of file array2sh_internal.h.
float array2sh_arrayPars::sensorCoords_rad[MAX_NUM_SENSORS][2] |
Sensor directions in radians.
Definition at line 96 of file array2sh_internal.h.
ARRAY2SH_WEIGHT_TYPES array2sh_arrayPars::weightType |
Definition at line 95 of file array2sh_internal.h.