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

Main data structure for the Covariance Domain Framework for Spatial Audio Processing (CDF4SAP), for real-valued matrices. More...

Data Fields

int nXcols
 
int nYcols
 
void * hSVD
 
float * lambda
 
float * U_Cy
 
float * S_Cy
 
float * Ky
 
float * U_Cx
 
float * S_Cx
 
float * s_Cx
 
float * Kx
 
float * Kx_reg_inverse
 
float * U
 
float * V
 
float * P
 
float * G_hat
 
float * Cx_QH
 
float * GhatH_Ky
 
float * QH_GhatH_Ky
 
float * KxH_QH_GhatH_Ky
 
float * lambda_UH
 
float * P_Kxreginverse
 
float * Cx_MH
 
float * Cy_tilde
 
float * G_M
 

Detailed Description

Main data structure for the Covariance Domain Framework for Spatial Audio Processing (CDF4SAP), for real-valued matrices.

Definition at line 48 of file saf_cdf4sap.c.

Field Documentation

◆ Cx_MH

float* cdf4sap_data::Cx_MH

Definition at line 58 of file saf_cdf4sap.c.

◆ Cx_QH

float * cdf4sap_data::Cx_QH

Definition at line 55 of file saf_cdf4sap.c.

◆ Cy_tilde

float * cdf4sap_data::Cy_tilde

Definition at line 58 of file saf_cdf4sap.c.

◆ G_hat

float* cdf4sap_data::G_hat

Definition at line 55 of file saf_cdf4sap.c.

◆ G_M

float* cdf4sap_data::G_M

Definition at line 59 of file saf_cdf4sap.c.

◆ GhatH_Ky

float* cdf4sap_data::GhatH_Ky

Definition at line 56 of file saf_cdf4sap.c.

◆ hSVD

void* cdf4sap_data::hSVD

Definition at line 53 of file saf_cdf4sap.c.

◆ Kx

float * cdf4sap_data::Kx

Definition at line 54 of file saf_cdf4sap.c.

◆ Kx_reg_inverse

float * cdf4sap_data::Kx_reg_inverse

Definition at line 54 of file saf_cdf4sap.c.

◆ KxH_QH_GhatH_Ky

float * cdf4sap_data::KxH_QH_GhatH_Ky

Definition at line 56 of file saf_cdf4sap.c.

◆ Ky

float * cdf4sap_data::Ky

Definition at line 54 of file saf_cdf4sap.c.

◆ lambda

float* cdf4sap_data::lambda

Definition at line 54 of file saf_cdf4sap.c.

◆ lambda_UH

float * cdf4sap_data::lambda_UH

Definition at line 56 of file saf_cdf4sap.c.

◆ nXcols

int cdf4sap_data::nXcols

Definition at line 50 of file saf_cdf4sap.c.

◆ nYcols

int cdf4sap_data::nYcols

Definition at line 50 of file saf_cdf4sap.c.

◆ P

float * cdf4sap_data::P

Definition at line 54 of file saf_cdf4sap.c.

◆ P_Kxreginverse

float* cdf4sap_data::P_Kxreginverse

Definition at line 57 of file saf_cdf4sap.c.

◆ QH_GhatH_Ky

float * cdf4sap_data::QH_GhatH_Ky

Definition at line 56 of file saf_cdf4sap.c.

◆ S_Cx

float * cdf4sap_data::S_Cx

Definition at line 54 of file saf_cdf4sap.c.

◆ s_Cx

float * cdf4sap_data::s_Cx

Definition at line 54 of file saf_cdf4sap.c.

◆ S_Cy

float * cdf4sap_data::S_Cy

Definition at line 54 of file saf_cdf4sap.c.

◆ U

float * cdf4sap_data::U

Definition at line 54 of file saf_cdf4sap.c.

◆ U_Cx

float * cdf4sap_data::U_Cx

Definition at line 54 of file saf_cdf4sap.c.

◆ U_Cy

float * cdf4sap_data::U_Cy

Definition at line 54 of file saf_cdf4sap.c.

◆ V

float * cdf4sap_data::V

Definition at line 54 of file saf_cdf4sap.c.


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