|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Options for ISTFT reconstruction. More...
#include <fft.H>
Public Attributes | |
| size_t | hop_size = 0 |
| size_t | signal_length = 0 |
| bool | centered = false |
| bool | validate_nola = true |
| bool | validate_cola = false |
Options for ISTFT reconstruction.
| bool Aleph::FFT< Real >::ISTFTOptions::centered = false |
Definition at line 294 of file fft.H.
Referenced by Aleph::FFT< Real >::ISTFTProcessor::centered(), Aleph::FFT< Real >::ISTFTProcessor::drain_ready_samples(), and Aleph::FFT< Real >::ISTFTProcessor::emit_samples().
| size_t Aleph::FFT< Real >::ISTFTOptions::hop_size = 0 |
Definition at line 292 of file fft.H.
Referenced by Aleph::FFT< Real >::ISTFTProcessor::accumulate_frame(), Aleph::FFT< Real >::ISTFTProcessor::drain_ready_samples(), Aleph::FFT< Real >::ISTFTProcessor::hop_size(), Aleph::FFT< Real >::istft(), and Aleph::FFT< Real >::pistft().
| size_t Aleph::FFT< Real >::ISTFTOptions::signal_length = 0 |
Definition at line 293 of file fft.H.
Referenced by Aleph::FFT< Real >::ISTFTProcessor::drain_ready_samples(), and Aleph::FFT< Real >::ISTFTProcessor::emit_samples().
| bool Aleph::FFT< Real >::ISTFTOptions::validate_cola = false |
| bool Aleph::FFT< Real >::ISTFTOptions::validate_nola = true |