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

Magnitude-squared coherence sampled in Hertz. More...

#include <fft.H>

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

Public Attributes

Array< Realfrequency
 
Array< Realmagnitude_squared
 

Detailed Description

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

Magnitude-squared coherence sampled in Hertz.

Definition at line 323 of file fft.H.

Member Data Documentation

◆ frequency

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

Definition at line 325 of file fft.H.

◆ magnitude_squared

template<std::floating_point Real = double>
Array<Real> Aleph::FFT< Real >::CoherenceEstimate::magnitude_squared

Definition at line 326 of file fft.H.


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