|
OpenHantek
|
Go to the source code of this file.
Data Structures | |
| struct | DsoSettingsAnalysis |
Namespaces | |
| Dso | |
Enumerations | |
| enum | Dso::WindowFunction : int { Dso::WindowFunction::RECTANGULAR, Dso::WindowFunction::HANN, Dso::WindowFunction::HAMMING, Dso::WindowFunction::COSINE, Dso::WindowFunction::LANCZOS, Dso::WindowFunction::TRIANGULAR, Dso::WindowFunction::BARTLETT, Dso::WindowFunction::BARTLETT_HANN, Dso::WindowFunction::GAUSS, Dso::WindowFunction::KAISER, Dso::WindowFunction::BLACKMAN, Dso::WindowFunction::NUTTALL, Dso::WindowFunction::BLACKMAN_HARRIS, Dso::WindowFunction::BLACKMAN_NUTTALL, 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 | |
| QString | Dso::windowFunctionString (WindowFunction windowFunction) |
| Return string representation of the given window function. More... | |
Variables | |
| const auto | Dso::LastWindowFunction = WindowFunction::FLATTOP |