SAF
|
Internal Lattice all-pass filter structure. More...
Data Fields | |
int | order |
int | filterLength |
float ** | coeffs |
float_complex * | buffer |
Internal Lattice all-pass filter structure.
Definition at line 32 of file saf_utility_decor.c.
float_complex* latticeAPF::buffer |
Definition at line 36 of file saf_utility_decor.c.
float** latticeAPF::coeffs |
Definition at line 35 of file saf_utility_decor.c.
int latticeAPF::filterLength |
Definition at line 34 of file saf_utility_decor.c.
int latticeAPF::order |
Definition at line 33 of file saf_utility_decor.c.