Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::FFT< Real >::ISTFTOptions Struct Reference

Options for ISTFT reconstruction. More...

#include <fft.H>

Collaboration diagram for Aleph::FFT< Real >::ISTFTOptions:
[legend]

Public Attributes

size_t hop_size = 0
 
size_t signal_length = 0
 
bool centered = false
 
bool validate_nola = true
 
bool validate_cola = false
 

Detailed Description

template<std::floating_point Real = double>
struct Aleph::FFT< Real >::ISTFTOptions

Options for ISTFT reconstruction.

Definition at line 290 of file fft.H.

Member Data Documentation

◆ centered

template<std::floating_point Real = double>
bool Aleph::FFT< Real >::ISTFTOptions::centered = false

◆ hop_size

◆ signal_length

template<std::floating_point Real = double>
size_t Aleph::FFT< Real >::ISTFTOptions::signal_length = 0

◆ validate_cola

template<std::floating_point Real = double>
bool Aleph::FFT< Real >::ISTFTOptions::validate_cola = false

Definition at line 296 of file fft.H.

◆ validate_nola

template<std::floating_point Real = double>
bool Aleph::FFT< Real >::ISTFTOptions::validate_nola = true

Definition at line 295 of file fft.H.


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