|
OpenHantek
|
Analyzes the data from the dso. Calculates the spectrum and various data about the signal and saves the time-/frequencysteps between two values. More...
#include <spectrumgenerator.h>
Public Member Functions | |
| SpectrumGenerator (const DsoSettingsScope *scope, const DsoSettingsPostProcessing *postprocessing) | |
| Analyzes the data from the dso. More... | |
| virtual | ~SpectrumGenerator () |
Private Member Functions | |
| void | process (PPresult *data) override |
Private Attributes | |
| const DsoSettingsScope * | scope |
| const DsoSettingsPostProcessing * | postprocessing |
| unsigned int | lastRecordLength = 0 |
| The record length of the previously analyzed data. More... | |
| Dso::WindowFunction | lastWindow = Dso::WindowFunction(-1) |
| The previously used dft window function. More... | |
| double * | lastWindowBuffer = nullptr |
Analyzes the data from the dso. Calculates the spectrum and various data about the signal and saves the time-/frequencysteps between two values.
| SpectrumGenerator::SpectrumGenerator | ( | const DsoSettingsScope * | scope, |
| const DsoSettingsPostProcessing * | postprocessing | ||
| ) |
Analyzes the data from the dso.
|
virtual |
|
overrideprivatevirtual |
|
private |
The record length of the previously analyzed data.
|
private |
The previously used dft window function.
|
private |
|
private |
|
private |