OpenHantek
Loading...
Searching...
No Matches
analysissettings.h File Reference
#include "utils/enumclass.h"
#include <QMetaType>

Go to the source code of this file.

Data Structures

struct  DsoSettingsAnalysis

Namespaces

namespace  Dso

Enumerations

enum class  Dso::WindowFunction : int {
  Dso::RECTANGULAR , Dso::HANN , Dso::HAMMING , Dso::COSINE ,
  Dso::LANCZOS , Dso::TRIANGULAR , Dso::BARTLETT , Dso::BARTLETT_HANN ,
  Dso::GAUSS , Dso::KAISER , Dso::BLACKMAN , Dso::NUTTALL ,
  Dso::BLACKMAN_HARRIS , Dso::BLACKMAN_NUTTALL , Dso::FLATTOP
}
 The supported window functions. These are needed for spectrum analysis and are applied to the sample values before calculating the DFT. More...

Functions

QString Dso::windowFunctionString (WindowFunction windowFunction)
 Return string representation of the given window function.

Variables

const auto Dso::LastWindowFunction = WindowFunction::FLATTOP