|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Options for STFT analysis. More...
#include <fft.H>
Public Attributes | |
| size_t | hop_size = 0 |
| bool | pad_end = true |
| bool | centered = false |
| size_t | fft_size = 0 |
| bool | validate_nola = false |
| bool | validate_cola = false |
Options for STFT analysis.
| bool Aleph::FFT< Real >::STFTOptions::centered = false |
Definition at line 283 of file fft.H.
Referenced by Aleph::FFT< Real >::STFTProcessor::centered().
| size_t Aleph::FFT< Real >::STFTOptions::fft_size = 0 |
| size_t Aleph::FFT< Real >::STFTOptions::hop_size = 0 |
Definition at line 281 of file fft.H.
Referenced by Aleph::FFT< Real >::STFTProcessor::emit_ready_frames(), Aleph::FFT< Real >::STFTProcessor::hop_size(), and Aleph::FFT< Real >::stft().
| bool Aleph::FFT< Real >::STFTOptions::pad_end = true |
Definition at line 282 of file fft.H.
Referenced by Aleph::FFT< Real >::STFTProcessor::flush(), Aleph::FFT< Real >::STFTProcessor::pad_end(), and Aleph::FFT< Real >::STFTProcessor::pflush().
| bool Aleph::FFT< Real >::STFTOptions::validate_cola = false |
| bool Aleph::FFT< Real >::STFTOptions::validate_nola = false |