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

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

#include <fft.H>

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

Public Attributes

Array< Realfrequency
 
Array< Realdensity
 

Detailed Description

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

One-sided power spectral density estimate sampled in Hertz.

Definition at line 309 of file fft.H.

Member Data Documentation

◆ density

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

Definition at line 312 of file fft.H.

◆ frequency

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

Definition at line 311 of file fft.H.


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