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

Options for Welch PSD, CSD, and coherence estimation. More...

#include <fft.H>

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

Public Attributes

size_t hop_size = 0
 
size_t fft_size = 0
 
bool pad_end = true
 
bool detrend = true
 

Detailed Description

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

Options for Welch PSD, CSD, and coherence estimation.

Definition at line 300 of file fft.H.

Member Data Documentation

◆ detrend

template<std::floating_point Real = double>
bool Aleph::FFT< Real >::WelchOptions::detrend = true

Definition at line 305 of file fft.H.

◆ fft_size

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

Definition at line 303 of file fft.H.

◆ hop_size

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

Definition at line 302 of file fft.H.

◆ pad_end

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

Definition at line 304 of file fft.H.


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