pywt
pywt copied to clipboard
PyWavelets - Wavelet Transforms in Python
I'm planning to add a profiling module, to make it easier to see how changes to the core affect the performance. I'd like some feedback about what kind of transforms,...
Hi all, Some discussions on implementing the dual-tree complex wavelet transform in PyWavelets occurred in #58 , but let me restate some things: The dual-tree complex wavelet transform is described...
Original bug: Pulling random lines out of the tests in `doc` doesn't cause `python3 runtests.py` to fail. Tests in function docstrings are picked up (at least as of #163). Update:...
Hi all, It seems to me that there's a problem with the pywt.swt function, possibly with documentation only. The docs say "Returns list of approximation and details coefficients pairs in...
A user on the [mailing list](https://groups.google.com/forum/#!topic/pywavelets/INEbTqUSHvk) attempted to implement the CDF9/7 wavelet by specifying the filter bank as follows: ``` python alow = [0.026748757411, -0.016864118443, -0.078223266529, 0.266864118443, 0.602949018236, 0.266864118443, -0.078223266529,...
There have been a few proposals for alternative representations for the output of a transform in #93, and I think this needs some more discussion. It gets rapidly complex, when...
The current way is del(wp['ad']). We should have a dedicated method.
 python3.7.13 numpy1.19.5 centos6
Hi!! In pywavlet, dB, MexicanHat, etc. are provided by default, but if I want to use an arbitrary waveform (for example, the waveform of a particular sound I want to...
## Description This is an issue to collect tasks for adding interactive documentation to PyWavelets via JupyterLite kernels/notebooks. ## Proposal - [x] Build against Pyodide out-of-tree (#701) - [x] Migrate...