https://github.com/stainless-steel/dwt
Discrete wavelet transform
https://github.com/stainless-steel/dwt
science transform wavelet
Last synced: about 1 year ago
JSON representation
Discrete wavelet transform
- Host: GitHub
- URL: https://github.com/stainless-steel/dwt
- Owner: stainless-steel
- License: other
- Created: 2015-06-30T11:04:36.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-03-04T06:50:12.000Z (over 9 years ago)
- Last Synced: 2025-04-15T17:16:29.757Z (about 1 year ago)
- Topics: science, transform, wavelet
- Language: Rust
- Homepage:
- Size: 28.3 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# DWT [![Version][version-img]][version-url] [![Status][status-img]][status-url]
The package provides an algorithm to compute the [discrete wavelet
transform][1].
## [Documentation][documentation]
## Contribution
Your contribution is highly appreciated. Do not hesitate to open an issue or a
pull request. Note that any contribution submitted for inclusion in the project
will be licensed according to the terms given in [LICENSE.md](LICENSE.md).
[1]: https://en.wikipedia.org/wiki/Discrete_wavelet_transform
[documentation]: https://docs.rs/dwt
[status-img]: https://travis-ci.org/stainless-steel/dwt.svg?branch=master
[status-url]: https://travis-ci.org/stainless-steel/dwt
[version-img]: https://img.shields.io/crates/v/dwt.svg
[version-url]: https://crates.io/crates/dwt