Skip to content

nightscape/scave

Repository files navigation

Scave - Scala Wavelets Build Status

Scave is a Scala library for Wavelet transform. It started as a port of JWave by Christian Scheiblich.

Features

  • Transform Algorithms
    • Fast Wavelet Transform
    • Wavelet Packet Transform
  • Wavelets
    • Haar
    • Daubechy
    • Legendre
    • Coiflet

Future

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.

Development

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

About

A Scala Wavelet Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages