|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Options for Welch PSD, CSD, and coherence estimation. More...
#include <fft.H>
Public Attributes | |
| size_t | hop_size = 0 |
| size_t | fft_size = 0 |
| bool | pad_end = true |
| bool | detrend = true |
Options for Welch PSD, CSD, and coherence estimation.
| bool Aleph::FFT< Real >::WelchOptions::detrend = true |
| size_t Aleph::FFT< Real >::WelchOptions::fft_size = 0 |
| size_t Aleph::FFT< Real >::WelchOptions::hop_size = 0 |
| bool Aleph::FFT< Real >::WelchOptions::pad_end = true |