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

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

Detailed Description

Signal container to store one block of TF-domain audio data.

Definition at line 193 of file saf_hades_internal.h.

Field Documentation

◆ Cx

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.

◆ inTF

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.

◆ nBands

int hades_signal_container_data::nBands

Number of bands in the time-frequency transform.

Definition at line 195 of file saf_hades_internal.h.

◆ nMics

int hades_signal_container_data::nMics

Number of spherical harmonic components.

Definition at line 194 of file saf_hades_internal.h.

◆ timeSlots

int hades_signal_container_data::timeSlots

Number of time frames in time-frequency transform.

Definition at line 196 of file saf_hades_internal.h.


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