marf.math
Class Algorithms

java.lang.Object
  extended bymarf.math.Algorithms

public final class Algorithms
extends java.lang.Object

Collection of algorithms to be used by the modules. Decouples algorithms from the modules and allows to be used by different types of modules.

$Id: Algorithms.java,v 1.9 2006/01/21 02:35:32 mokhov Exp $

Since:
0.3.0.2
Version:
$Revision: 1.9 $
Author:
Serguei Mokhov

Nested Class Summary
static class Algorithms.FFT
          A collection of FFT-related math.
static class Algorithms.Hamming
          A collection of Hamming Window-related algorithms.
static class Algorithms.LPC
          A collection of LPC-related algorithms.
 
Method Summary
static java.lang.String getMARFSourceCodeRevision()
          Returns source code revision information.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMARFSourceCodeRevision

public static java.lang.String getMARFSourceCodeRevision()
Returns source code revision information.

Returns:
revision string


SourceForge Logo