pywt icon indicating copy to clipboard operation
pywt copied to clipboard

PyWavelets - Wavelet Transforms in Python

Results 125 pywt issues
Sort by recently updated
recently updated
newest added

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,...

enhancement
question

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...

enhancement

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:...

documentation
testing

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...

enhancement

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,...

bug

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...

question

The current way is del(wp['ad']). We should have a dedicated method.

enhancement

![8fc587e5eea8330044be5e5f4f9f1a3a](https://user-images.githubusercontent.com/38217558/190611714-82f84ee7-90f0-4013-94ff-a66cbaf4930c.png) 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...

enhancement
documentation