|
Fourier Transformation Algorithms
|
The resulting coefficients of a fourier transformation. More...
#include <fourier.h>
Classes | |
| struct | Coefficient |
| The actual coefficient data point The actual coefficients derived by a fourier transformation. More... | |
Public Member Functions | |
| operator bool () const | |
| Checks if a dataset is good. More... | |
| std::vector< Coefficient > & | operator() () |
| const std::vector< Coefficient > & | operator() () const |
Public Attributes | |
| std::vector< Coefficient > | coefficients |
| The posible error state of the dataset. More... | |
| Error | error {Error::NONE} |
The resulting coefficients of a fourier transformation.
|
inline |
Checks if a dataset is good.
|
inline |
|
inline |
| std::vector<Coefficient> Fourier::Coefficients::coefficients |
The posible error state of the dataset.
| Error Fourier::Coefficients::error {Error::NONE} |
1.8.18