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

One-sided cross-spectral density estimate sampled in Hertz. More...

#include <fft.H>

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

Public Attributes

Array< Realfrequency
 
Array< Complexdensity
 

Detailed Description

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

One-sided cross-spectral density estimate sampled in Hertz.

Definition at line 316 of file fft.H.

Member Data Documentation

◆ density

template<std::floating_point Real = double>
Array<Complex> Aleph::FFT< Real >::CrossSpectralDensity::density

Definition at line 319 of file fft.H.

◆ frequency

template<std::floating_point Real = double>
Array<Real> Aleph::FFT< Real >::CrossSpectralDensity::frequency

Definition at line 318 of file fft.H.


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