psambit9791 / jdsp

A Java Library for Digital Signal Processing
https://jdsp.dev
MIT License
247 stars 43 forks source link

Feature request: Implement Wavelet Transform #21

Closed SiboVG closed 2 years ago

SiboVG commented 2 years ago

Related to #20, is there a possibility to implement the Wavelet Transform?

Again, there is a library that seems to have an implementation of the Wavelet Transform.

psambit9791 commented 2 years ago

This seems like a good addition to the existing transforms package. However, I will be including the CWT (continuous wavelet transform) function from scipy.signal instead of the DWT function from the tagged library. This will be included in the next release and has been added to the roadmap.

psambit9791 commented 2 years ago

Features to be implemented: