SAF
Loading...
Searching...
No Matches
array2sh_arrayPars Struct Reference

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.
 

Detailed Description

Contains variables for describing the microphone/hydrophone array.

Definition at line 103 of file array2sh_internal.h.

Field Documentation

◆ arrayType

_Atomic_ARRAY2SH_ARRAY_TYPES array2sh_arrayPars::arrayType

see ARRAY2SH_ARRAY_TYPES

Definition at line 108 of file array2sh_internal.h.

◆ newQ

_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.

◆ Q

_Atomic_INT32 array2sh_arrayPars::Q

Current number of sensors.

Definition at line 104 of file array2sh_internal.h.

◆ R

_Atomic_FLOAT32 array2sh_arrayPars::R

radius of scatterer (only for rigid arrays)

Definition at line 107 of file array2sh_internal.h.

◆ r

_Atomic_FLOAT32 array2sh_arrayPars::r

radius of sensors

Definition at line 106 of file array2sh_internal.h.

◆ sensorCoords_deg

_Atomic_FLOAT32 array2sh_arrayPars::sensorCoords_deg[MAX_NUM_SENSORS][2]

Sensor directions in degrees.

Definition at line 111 of file array2sh_internal.h.

◆ sensorCoords_rad

_Atomic_FLOAT32 array2sh_arrayPars::sensorCoords_rad[MAX_NUM_SENSORS][2]

Sensor directions in radians.

Definition at line 110 of file array2sh_internal.h.

◆ weightType

_Atomic_ARRAY2SH_WEIGHT_TYPES array2sh_arrayPars::weightType

see ARRAY2SH_WEIGHT_TYPES

Definition at line 109 of file array2sh_internal.h.


The documentation for this struct was generated from the following file: