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) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Util

        public Util()
    • Method Detail

      • rms

        public static double rms(double[] d)
      • min

        public static double min(double[] d)
      • max

        public static double max(double[] d)
      • threshold

        public static double threshold(double value,
                                       double min,
                                       double max)