OpenHantek
postprocessingsettings.h File Reference
#include "utils/enumclass.h"
#include <QMetaType>

Go to the source code of this file.

Data Structures

struct  DsoSettingsPostProcessing
 

Namespaces

 Dso
 

Enumerations

enum  Dso::MathMode : unsigned {
  Dso::MathMode::ADD_CH1_CH2, Dso::MathMode::SUB_CH2_FROM_CH1, Dso::MathMode::SUB_CH1_FROM_CH2, Dso::MathMode::MUL_CH1_CH2,
  Dso::MathMode::AC_CH1, Dso::MathMode::AC_CH2
}
 The different math modes for the math-channel. More...
 
enum  Dso::WindowFunction : int {
  Dso::WindowFunction::RECTANGULAR, Dso::WindowFunction::HAMMING, Dso::WindowFunction::HANN, Dso::WindowFunction::COSINE,
  Dso::WindowFunction::LANCZOS, Dso::WindowFunction::BARTLETT, Dso::WindowFunction::TRIANGULAR, Dso::WindowFunction::GAUSS,
  Dso::WindowFunction::BARTLETTHANN, Dso::WindowFunction::BLACKMAN, Dso::WindowFunction::NUTTALL, Dso::WindowFunction::BLACKMANHARRIS,
  Dso::WindowFunction::BLACKMANNUTTALL, Dso::WindowFunction::FLATTOP
}
 The supported window functions. These are needed for spectrum analysis and are applied to the sample values before calculating the DFT. More...
 

Functions

template<class T >
MathMode Dso::getMathMode (T &t)
 
QString Dso::mathModeString (MathMode mode)
 Return string representation of the given math mode. More...