dfeequ
Vitis Drivers API Documentation
XDfeEqu_Coefficients Struct Reference

Equalizer Coefficients Structure. More...

Data Fields

u32 Num
 
  [1-12|24] True number of coefficients,

[1 - 12] in complex mode. More...

 
u32 Set
 [0-3] Coefficient set that the coefficients apply to More...
 
s16 Coefficients [XDFEEQU_NUM_COEFF]
 Signed real numbers. More...
 

Detailed Description

Equalizer Coefficients Structure.

Field Documentation

s16 XDfeEqu_Coefficients::Coefficients[XDFEEQU_NUM_COEFF]

Signed real numbers.

Array of Coefficients.

Referenced by XDfeEqu_PassThroughExample().

u32 XDfeEqu_Coefficients::Num

  [1-12|24] True number of coefficients,

[1 - 12] in complex mode.

Referenced by XDfeEqu_LoadCoefficients().

u32 XDfeEqu_Coefficients::Set

[0-3] Coefficient set that the coefficients apply to

Referenced by XDfeEqu_LoadCoefficients().