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

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.
 

Detailed Description

Contains variables for describing the microphone/hydrophone array.

Definition at line 89 of file array2sh_internal.h.

Field Documentation

◆ arrayType

ARRAY2SH_ARRAY_TYPES array2sh_arrayPars::arrayType

see ARRAY2SH_ARRAY_TYPES

Definition at line 94 of file array2sh_internal.h.

◆ newQ

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.

◆ Q

int array2sh_arrayPars::Q

Current number of sensors.

Definition at line 90 of file array2sh_internal.h.

◆ R

float array2sh_arrayPars::R

radius of scatterer (only for rigid arrays)

Definition at line 93 of file array2sh_internal.h.

◆ r

float array2sh_arrayPars::r

radius of sensors

Definition at line 92 of file array2sh_internal.h.

◆ sensorCoords_deg

float array2sh_arrayPars::sensorCoords_deg[MAX_NUM_SENSORS][2]

Sensor directions in degrees.

Definition at line 97 of file array2sh_internal.h.

◆ sensorCoords_rad

float array2sh_arrayPars::sensorCoords_rad[MAX_NUM_SENSORS][2]

Sensor directions in radians.

Definition at line 96 of file array2sh_internal.h.

◆ weightType

ARRAY2SH_WEIGHT_TYPES array2sh_arrayPars::weightType

see ARRAY2SH_WEIGHT_TYPES

Definition at line 95 of file array2sh_internal.h.


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