#include <FFT/FFTWindowDescription.h>
Public Member Functions | |
FFTWindowDescription (std::string name, std::string desc, float fLobeWidth) | |
bool | operator< (const FFTWindowDescription &other) const |
Public Attributes | |
std::string | name |
std::string | desc |
full description | |
float | fLobeWidth |
main lobe width (-3dB, unit = FFT bin), used to sort windows |
std::string FFTWindowDescription::name |
displayed name; used as class identifier - must be unique