![]() |
Audacity 3.2.0
|
#include "Envelope.h"
#include <math.h>
#include <wx/wxcrtvararg.h>
#include <wx/brush.h>
#include <wx/pen.h>
#include <wx/textfile.h>
#include <wx/log.h>
#include <wx/utils.h>
Go to the source code of this file.
Functions | |
static double | InterpolatePoints (double y1, double y2, double factor, bool logarithmic) |
static double | IntegrateInterpolated (double y1, double y2, double time, bool logarithmic) |
static double | IntegrateInverseInterpolated (double y1, double y2, double time, bool logarithmic) |
static double | SolveIntegrateInverseInterpolated (double y1, double y2, double time, double area, bool logarithmic) |
static void | checkResult (int n, double a, double b) |
Variables | |
static const double | VALUE_TOLERANCE = 0.001 |
|
static |
Definition at line 1406 of file Envelope.cpp.
Referenced by Envelope::testMe().
|
static |
Definition at line 1106 of file Envelope.cpp.
Referenced by Envelope::Integral().
|
static |
Definition at line 1127 of file Envelope.cpp.
Referenced by Envelope::IntegralOfInverse(), and Envelope::SolveIntegralOfInverse().
|
static |
Definition at line 1098 of file Envelope.cpp.
Referenced by Envelope::Integral(), Envelope::IntegralOfInverse(), and Envelope::SolveIntegralOfInverse().
|
static |
Definition at line 1144 of file Envelope.cpp.
References min().
Referenced by Envelope::SolveIntegralOfInverse().
|
static |
Definition at line 41 of file Envelope.cpp.
Referenced by Envelope::RemoveUnneededPoints().