|
SAF
|
Data structure for the afSTFT filterbank. More...
Data Fields | |
| int | hopsize |
| Hop size in samples. | |
| int | hybridmode |
| 1: hybrid filtering enabled; 0: disabled | |
| int | nCHin |
| Number of input channels. | |
| int | nCHout |
| Number of output channels. | |
| int | nBands |
| Number of frequency bands. | |
| AFSTFT_FDDATA_FORMAT | format |
| see AFSTFT_FDDATA_FORMAT | |
| void * | hInt |
| Internal handle for afSTFT. | |
| complexVector * | STFTInputFrameTF |
| Internal input complex buffer. | |
| complexVector * | STFTOutputFrameTF |
| Internal output complex buffer. | |
| int | afSTFTdelay |
| Processing delay in samples. | |
| float ** | tempHopFrameTD |
| temporary multi-channel time-domain buffer of size "HOP_SIZE". | |
Data structure for the afSTFT filterbank.
Definition at line 122 of file afSTFTlib.c.
| int afSTFT_data::afSTFTdelay |
Processing delay in samples.
Definition at line 132 of file afSTFTlib.c.
| AFSTFT_FDDATA_FORMAT afSTFT_data::format |
Definition at line 128 of file afSTFTlib.c.
| void* afSTFT_data::hInt |
Internal handle for afSTFT.
Definition at line 129 of file afSTFTlib.c.
| int afSTFT_data::hopsize |
Hop size in samples.
Definition at line 123 of file afSTFTlib.c.
| int afSTFT_data::hybridmode |
1: hybrid filtering enabled; 0: disabled
Definition at line 124 of file afSTFTlib.c.
| int afSTFT_data::nBands |
Number of frequency bands.
Definition at line 127 of file afSTFTlib.c.
| int afSTFT_data::nCHin |
Number of input channels.
Definition at line 125 of file afSTFTlib.c.
| int afSTFT_data::nCHout |
Number of output channels.
Definition at line 126 of file afSTFTlib.c.
| complexVector* afSTFT_data::STFTInputFrameTF |
Internal input complex buffer.
Definition at line 130 of file afSTFTlib.c.
| complexVector* afSTFT_data::STFTOutputFrameTF |
Internal output complex buffer.
Definition at line 131 of file afSTFTlib.c.
| float** afSTFT_data::tempHopFrameTD |
temporary multi-channel time-domain buffer of size "HOP_SIZE".
Definition at line 133 of file afSTFTlib.c.