DANN:Signal Transform

From Syncleus Wiki

Jump to: navigation, search
dANN Information
DescriptionAn Artificial Intelligence Library written in Java.
Last ActivityToday
LicenseOSCL Type C
IRC Room#dANN on irc.freenode.org
HomepagedANN
DistributionsBinary ZIP w/JavaDoc
Binary Tarball w/JavaDoc
Source ZIP
Source Tarball
DocumentationJavadoc repository
Javadoc for GIT master
Javadoc for stable release
Developmentgit://git.syncleus.com/dANN.git
TRAC Bug Tracking
Hudson Continuous Integration
Mailing ListsdANN Announcements
dANN Development
Syncleus Announcements


Signal Processing Transforms (like Fourier Transforms) is done using the com.syncleus.dann.dataprocessing.signal.transform package. Another words, if you want to change the domain of a signal this is the place to do it. The most common use for this is turning a sequence of values representing a signal input (like the sound coming in from a microphone) into a breakdown of the frequencies in a signal, also in sequence.A good example of this is the spectrum analyzer on some music players. It will show you the breakdown of frequencies your hearing as you hear it.

See Also