The FourierAnalysis class handles data adjustment and Fourier analysis of trace data.
More...
The FourierAnalysis class handles data adjustment and Fourier analysis of trace data.
cv::Mat FourierAnalysis::adjustSamplePoints |
( |
QVector< QPointF > * |
normalizedSamples | ) |
|
|
staticprivate |
Adjusts the sample points.
- Parameters
-
normalizedSamples | The sample points. |
- Returns
- adjusted sample points in a cv::Mat.
Initiates analysis of a sampled and normalized trace.
- Parameters
-
- Returns
- a new model with the results of the Fourier analysis.
Builds a model of the detected parameters.
- Parameters
-
values | Amplitude values. |
indexes | The significant indexes. |
- Returns
- a new model.
Performs Fourier analysis on the sample points.
- Parameters
-
samples | Adjusted sample points. |
- Returns
- a model of the detected paramters.
Adjusts samples by subtracting their mean from all points.
- Parameters
-
samples | Sample points to be adjusted. |
The documentation for this class was generated from the following files:
- /home/sigrid/Code/fourieranalysis.h
- /home/sigrid/Code/fourieranalysis.cpp