SAF
|
Signal container to store one block of TF-domain audio data. More...
#include <saf_hades_internal.h>
Data Fields | |
int | nMics |
Number of spherical harmonic components. | |
int | nBands |
Number of bands in the time-frequency transform. | |
int | timeSlots |
Number of time frames in time-frequency transform. | |
CxMic * | Cx |
NON-time-averaged covariance matrix per band; nBands x .Cx(nMics x nMics) | |
float_complex *** | inTF |
Input frame in TF-domain; nBands x nMics x timeSlots. | |
Signal container to store one block of TF-domain audio data.
Definition at line 193 of file saf_hades_internal.h.
CxMic* hades_signal_container_data::Cx |
NON-time-averaged covariance matrix per band; nBands x .Cx(nMics x nMics)
Definition at line 199 of file saf_hades_internal.h.
float_complex*** hades_signal_container_data::inTF |
Input frame in TF-domain; nBands x nMics x timeSlots.
Definition at line 202 of file saf_hades_internal.h.
int hades_signal_container_data::nBands |
Number of bands in the time-frequency transform.
Definition at line 195 of file saf_hades_internal.h.
int hades_signal_container_data::nMics |
Number of spherical harmonic components.
Definition at line 194 of file saf_hades_internal.h.
int hades_signal_container_data::timeSlots |
Number of time frames in time-frequency transform.
Definition at line 196 of file saf_hades_internal.h.