PyWavelets / pywt

PyWavelets - Wavelet Transforms in Python
http://pywavelets.readthedocs.org
MIT License
1.97k stars 460 forks source link

need detailed and clear descriptions of algoritms #660

Closed steph2016 closed 1 year ago

steph2016 commented 1 year ago

In the framework of a project where I need to run wavelet algorithms coded in fortran, I need a detailed and clear description of algorithms in pywavelets. It would be very convenient to also have testing results that where tried during this module building. Where can I find that ?

rgommers commented 1 year ago

See pywt/tests for our test suite. It also contains data with reference results from testing against Matlab.

There are references in the docs, that's as much as there is regarding algorithms.

There's nothing to do here, so I'll close this issue.