Package at.ofai.music.audio
Class Util
- java.lang.Object
-
- at.ofai.music.audio.Util
-
public class Util extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor and Description Util()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static double
max(double[] d)
static double
min(double[] d)
static double
rms(double[] d)
static double
threshold(double value, double min, double max)
-