|
Ardour
9.0-pre0-1982-ga458a302d1
|
#include "maths/MathUtilities.h"#include "maths/MathAliases.h"#include "dsp/phasevocoder/PhaseVocoder.h"#include "base/Window.h"Go to the source code of this file.
Classes | |
| struct | DFConfig |
| class | DetectionFunction |
Macros | |
| #define | DF_HFC (1) |
| #define | DF_SPECDIFF (2) |
| #define | DF_PHASEDEV (3) |
| #define | DF_COMPLEXSD (4) |
| #define | DF_BROADBAND (5) |
| #define DF_BROADBAND (5) |
Definition at line 28 of file DetectionFunction.h.
| #define DF_COMPLEXSD (4) |
Definition at line 27 of file DetectionFunction.h.
| #define DF_HFC (1) |
Definition at line 24 of file DetectionFunction.h.
| #define DF_PHASEDEV (3) |
Definition at line 26 of file DetectionFunction.h.
| #define DF_SPECDIFF (2) |
Definition at line 25 of file DetectionFunction.h.