pywt icon indicating copy to clipboard operation
pywt copied to clipboard

PyWavelets - Wavelet Transforms in Python

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

I would like to understand the scaling in the CWT implementation in Python. I know that there are topics about it in Stackoverflow, although I cannot understand why my implementation...

Hi, Thanks for such a great package! I am using Python 3.12.0 with numpy 2.1.3, scipy 1.15.2, and PyWavelets 1.8.0 I have a signal with a sampling rate of 4.8146e-11...

There is a small typo in the continuous wavelet families section of the documentation (https://pywavelets.readthedocs.io/en/latest/ref/cwt.html#frequency-b-spline-wavelets). The description of the Frequency B-spline wavelet calls the wavelet `"fpspM-B-C"` instead of the correct...

System details **Darwin AnkitAhawatsMBP 23.4.0 Darwin Kernel Version 23.4.0: Wed Feb 21 21:44:54 PST 2024; root:xnu-10063.101.15~2/RELEASE_ARM64_T6030 arm64** ``` (venv13-ankit) ankitahlawat@AnkitAhlawats-MacBook-Pro pywt % pip install --no-cache-dir . Processing /Users/ankitahlawat/Desktop/AnkitAhlawat/ModelInformation/pywt Installing build...

question

I am trying to implement a matrix form of the DWT (for MCMC sampling reasons) and am comparing to `pywt.dwt` and `wavedec` (v 1.3.0) to confirm that I have constructed...

question

This is rather a wish than an issue. Could the `lower_bound` and `upper_bound` attributes for `ContinuousWavelet` be more conspicuously specified and available? The `__init__` method does not provide a way...

This also gets rid of usage of the deprecated IF macro in Cython code, which resolves a bunch of build warnings. (won't work on Windows yet, just need to run...

enhancement

Draft because it requires a future version of `meson-python` (xref https://github.com/mesonbuild/meson-python/pull/681). Changes: - Use an SPDX license expression - the `AND` for MIT and BSD-3 is a little annoying (MIT-only...

maintenance

As stated in the issue title, I'd like to propose moving the hosted documentation away from Read the Docs and using GitHub Pages instead for hosting. This was last discussed...

task
documentation

I installed pywavelts on an M2 mac using Python 3.11. Whenever I try to use cwt is fails with the message: AttributeError: 'pywt._extensions._pywt.Wavelet' object has no attribute 'complex_cwt' What is...