|
OpenHantek
|
Generates ready to be used vertex arrays. More...
#include <graphgenerator.h>
Public Member Functions | |
| GraphGenerator (const DsoSettingsScope *scope, const DsoSettingsView *view) | |
| Public Member Functions inherited from Processor | |
| virtual | ~Processor () |
Private Member Functions | |
| void | generateGraphsTYvoltage (PPresult *result) |
| void | generateGraphsTYspectrum (PPresult *result) |
| void | generateGraphsXY (PPresult *result) |
| void | prepareSinc (void) |
| void | process (PPresult *data) override |
Private Attributes | |
| bool | ready = false |
| const DsoSettingsScope * | scope |
| const DsoSettingsView * | view |
| std::vector< double > | sinc |
| const unsigned int | sincWidth = 2 |
| const unsigned int | oversample = 5 |
| const unsigned int | sincSize = sincWidth * oversample |
| std::vector< double > | resample |
Generates ready to be used vertex arrays.
| GraphGenerator::GraphGenerator | ( | const DsoSettingsScope * | scope, |
| const DsoSettingsView * | view ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |