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

Options for STFT analysis. More...

#include <fft.H>

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

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
 

Detailed Description

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

Options for STFT analysis.

Definition at line 279 of file fft.H.

Member Data Documentation

◆ centered

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

Definition at line 283 of file fft.H.

Referenced by Aleph::FFT< Real >::STFTProcessor::centered().

◆ fft_size

template<std::floating_point Real = double>
size_t Aleph::FFT< Real >::STFTOptions::fft_size = 0

Definition at line 284 of file fft.H.

◆ hop_size

template<std::floating_point Real = double>
size_t Aleph::FFT< Real >::STFTOptions::hop_size = 0

◆ pad_end

template<std::floating_point Real = double>
bool Aleph::FFT< Real >::STFTOptions::pad_end = true

◆ validate_cola

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

Definition at line 286 of file fft.H.

◆ validate_nola

template<std::floating_point Real = double>
bool Aleph::FFT< Real >::STFTOptions::validate_nola = false

Definition at line 285 of file fft.H.


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