com.meapsoft
Class DpweBeatOnsetDetector

java.lang.Object
  extended bycom.meapsoft.OnsetDetector
      extended bycom.meapsoft.DpweOnsetDetector
          extended bycom.meapsoft.DpweBeatOnsetDetector
All Implemented Interfaces:
FrameListener

public class DpweBeatOnsetDetector
extends DpweOnsetDetector


Field Summary
 
Fields inherited from class com.meapsoft.DpweOnsetDetector
onsetFunction, silenceThresh
 
Constructor Summary
DpweBeatOnsetDetector(STFT stft, long numFrames)
           
DpweBeatOnsetDetector(STFT stft, long numFrames, double mult)
           
 
Method Summary
protected  void checkOnsets()
           
protected  byte[] localmax(double[] a)
           
 
Methods inherited from class com.meapsoft.DpweOnsetDetector
newFrame
 
Methods inherited from class com.meapsoft.OnsetDetector
addOnsetListener, checkOnsets, notifyListeners, removeOnsetListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DpweBeatOnsetDetector

public DpweBeatOnsetDetector(STFT stft,
                             long numFrames)

DpweBeatOnsetDetector

public DpweBeatOnsetDetector(STFT stft,
                             long numFrames,
                             double mult)
Method Detail

checkOnsets

protected void checkOnsets()
Overrides:
checkOnsets in class DpweOnsetDetector

localmax

protected byte[] localmax(double[] a)