-
Hi, I am trying to replicate the results from the classic wavelet example of Torrence & Compo, 1998 using `pywt.cwt()`, but could not get it right. I have pasted the original figure produced using Mat…
-
Here's one way we could reorganize the package:
* pycroscopy
* learn
* ml
* unsupervised
* cluster
* decomposition
* other unmixing
* gaussian…
-
**Is your feature request related to a problem? Please describe.**
EnsembleSeries.wavelet() performs a wavelet transform for all members of an ensemble, but there is currently no way to summarise/vis…
-
UPDATE 10/10/2024
This example from matplotlib looks really promising and I can't believe I haven't seen this until now:
https://matplotlib.org/stable/gallery/statistics/time_series_histogram.html#s…
-
- Modified Clenshaw recurrence for all special functions governed by 3-term recurrence relations.
- Higher dimensional interpolation (Akima has a natural generalization to higher dimensions, but ther…
-
## Expected behaviour and actual behaviour.
Possible encoder (obj_compress) glitch when low output quality is requested and the whole image uses same colour, or most of it is the same colour.
…
-
Hi, thanks for your code. I was wondering how can I use the predict script with my own dataset like the "3D Convolutional Neural Networks for Remote Pulse Rate Measurement and Mapping from Facial Vide…
-
This is some pseudo-code that could make `StationaryRandomFields.jl` compatible with Comrade.
Comrade expects its priors to be a `Distributions.jl` object. Since we want a general multivariate dist…
-
Hello,can you provide other comparative experiment algorithms in your paper?
-
Hi,
This is my code with Accz and Time are array of float:
cwt = ContinuousWaveletTransform(wavelet= morse.Morse())
CPEF=cwt.transform(data =Accz, fs =1000, timestamps =Time, freq_limits =[0,300]…