DANN:Signal Transform
From Syncleus Wiki
| Description | An Artificial Intelligence Library written in Java. |
| Last Activity | Today |
| License | OSCL Type C |
| IRC Room | #dANN on irc.freenode.org |
| Homepage | dANN |
| Distributions | Binary ZIP w/JavaDoc Binary Tarball w/JavaDoc Source ZIP Source Tarball |
| Documentation | Javadoc repository Javadoc for GIT master Javadoc for stable release |
| Development | git://git.syncleus.com/dANN.git TRAC Bug Tracking Hudson Continuous Integration |
| Mailing Lists | dANN 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.














