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

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
 

Detailed Description

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.

Field Documentation

◆ analysisBuffer

complexVector** afHybrid::analysisBuffer

Definition at line 135 of file afSTFT_internal.h.

◆ hopSize

int afHybrid::hopSize

Definition at line 133 of file afSTFT_internal.h.

◆ hybridCoeffs

float afHybrid::hybridCoeffs[3]

Definition at line 134 of file afSTFT_internal.h.

◆ inChannels

int afHybrid::inChannels

Definition at line 131 of file afSTFT_internal.h.

◆ loopPointer

int afHybrid::loopPointer

Definition at line 136 of file afSTFT_internal.h.

◆ outChannels

int afHybrid::outChannels

Definition at line 132 of file afSTFT_internal.h.


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