The input data to perform a fourier transformation.
More...
#include <fourier.h>
The input data to perform a fourier transformation.
◆ operator bool()
Fourier::InputData::operator bool |
( |
| ) |
const |
|
inline |
Checks if a dataset is good.
- Returns
- true In case the data is good
-
false In case the data is bad
◆ operator()() [1/2]
std::vector<std::pair<double, double> >& Fourier::InputData::operator() |
( |
| ) |
|
|
inline |
◆ operator()() [2/2]
const std::vector<std::pair<double, double> >& Fourier::InputData::operator() |
( |
| ) |
const |
|
inline |
◆ data
std::vector<std::pair<double, double> > Fourier::InputData::data |
< The actual data as x/y dataset
The posible error state of the dataset
◆ error
The documentation for this struct was generated from the following file: