SAF
|
Internal data structure for sdMUSIC. More...
Data Fields | |
int | nMics |
int | nDirs |
float_complex * | VnA |
float * | grid_dirs_xyz |
float * | abs_VnA |
float * | pSpec |
float * | pSpecInv |
float * | P_minus_peak |
float * | VM_mask |
Internal data structure for sdMUSIC.
Definition at line 117 of file saf_hades_internal.c.
float* hades_sdMUSIC_data::abs_VnA |
Definition at line 121 of file saf_hades_internal.c.
float* hades_sdMUSIC_data::grid_dirs_xyz |
Definition at line 120 of file saf_hades_internal.c.
int hades_sdMUSIC_data::nDirs |
Definition at line 118 of file saf_hades_internal.c.
int hades_sdMUSIC_data::nMics |
Definition at line 118 of file saf_hades_internal.c.
float* hades_sdMUSIC_data::P_minus_peak |
Definition at line 124 of file saf_hades_internal.c.
float* hades_sdMUSIC_data::pSpec |
Definition at line 122 of file saf_hades_internal.c.
float* hades_sdMUSIC_data::pSpecInv |
Definition at line 123 of file saf_hades_internal.c.
float* hades_sdMUSIC_data::VM_mask |
Definition at line 125 of file saf_hades_internal.c.
float_complex* hades_sdMUSIC_data::VnA |
Definition at line 119 of file saf_hades_internal.c.