SAF
|
Data structure for the hybrid filtering employed by afSTFTlib. More...
#include <afSTFT_internal.h>
Data Fields | |
int | inChannels |
int | outChannels |
int | hopSize |
float | hybridCoeffs [3] |
complexVector ** | analysisBuffer |
int | loopPointer |
Data structure for the hybrid filtering employed by afSTFTlib.
The purpose of this filtering is to further divide the 4 lowest FFT-bins, to improve the frequency resolution at low-frequencies. For example, 129 bins would become 133 hybrid-bins.
Definition at line 130 of file afSTFT_internal.h.
complexVector** afHybrid::analysisBuffer |
Definition at line 135 of file afSTFT_internal.h.
int afHybrid::hopSize |
Definition at line 133 of file afSTFT_internal.h.
float afHybrid::hybridCoeffs[3] |
Definition at line 134 of file afSTFT_internal.h.
int afHybrid::inChannels |
Definition at line 131 of file afSTFT_internal.h.
int afHybrid::loopPointer |
Definition at line 136 of file afSTFT_internal.h.
int afHybrid::outChannels |
Definition at line 132 of file afSTFT_internal.h.