Package ipsk.audio.dsp
Class XCorrelator
- java.lang.Object
-
- ipsk.audio.dsp.XCorrelator
-
public class XCorrelator extends java.lang.Object
- Author:
- K.Jaensch, klausj@phonetik.uni-muenchen.de
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
XCorrelator.CorrResult
-
Field Summary
Fields Modifier and Type Field Description static boolean
DEBUG
static int
DEFAULT_BUFSIZE
-
Constructor Summary
Constructors Constructor Description XCorrelator(FloatRandomAccessStream srcStream, FloatRandomAccessStream corrStream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XCorrelator.CorrResult
correlate(long from, long to)
-
-
-
Field Detail
-
DEBUG
public static final boolean DEBUG
- See Also:
- Constant Field Values
-
DEFAULT_BUFSIZE
public static int DEFAULT_BUFSIZE
-
-
Constructor Detail
-
XCorrelator
public XCorrelator(FloatRandomAccessStream srcStream, FloatRandomAccessStream corrStream) throws AudioSourceException, AudioFormatNotSupportedException
-
-
Method Detail
-
correlate
public XCorrelator.CorrResult correlate(long from, long to) throws AudioSourceException
- Throws:
AudioSourceException
-
-