Scave is a Scala library for Wavelet transform. It started as a port of JWave by Christian Scheiblich.
- Transform Algorithms
- Fast Wavelet Transform
- Wavelet Packet Transform
- Wavelets
- Haar
- Daubechy
- Legendre
- Coiflet
Once I have understood it, I will try to port the incremental algorithm written by Nicolas Bordu. If anyone is interested in joining development please reply to the corresponding issue.
Scave can be built using SBT. To do this, clone this repository and cd
into it, then run sbt
.
In SBT you can
- run tests with
test
- generate the documentation with
doc
- package a distributable jar with
package