Fourier Transformation Algorithms
Public Attributes | List of all members
Fourier::Coefficients::Coefficient Struct Reference

The actual coefficient data point The actual coefficients derived by a fourier transformation. More...

#include <fourier.h>

Public Attributes

int order {0}
 < The order of the coefficient More...
 
double a {0}
 The b value of the coefficient. More...
 
double b {0}
 

Detailed Description

The actual coefficient data point The actual coefficients derived by a fourier transformation.

Member Data Documentation

◆ a

double Fourier::Coefficients::Coefficient::a {0}

The b value of the coefficient.

◆ b

double Fourier::Coefficients::Coefficient::b {0}

◆ order

int Fourier::Coefficients::Coefficient::order {0}

< The order of the coefficient

The a value of the coefficient


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