ssqueezepy icon indicating copy to clipboard operation
ssqueezepy copied to clipboard

Synchrosqueezing, wavelet transforms, and time-frequency analysis in Python

Results 10 ssqueezepy issues
Sort by recently updated
recently updated
newest added

As promised (in a StackExchange thread) ... some examples for you to use for testing (and comparison) and as examples and to add to your test suite or examples archive....

Thread for sharing/discussing applications on real-world data. Feel free to open a separate Issue if needed. Comments occasionally cleared to keep focus on examples.

Suppose that we have a highly non-sinusoidal wave that is composed of multiple waves. Assuming that we know the frequency range that we are interested in, how should we define...

documentation
question

You may be aware that there has been recent research effort to combine synchrosqueezing with Empirical mode decomposition. However, EMD has some shortcomings and it would seem there is a...

Hi, I've encountered what i believe to be a bug in a call to `ssqueezepy.ssqueeze` to synchro-squeeze a continous wavelet transform. I'll try to explain the issue as best i...

Thread for tracking ideas in need of explaining, and found explanations. 1 checkmark = explanation found; 2 = documented Status Description Findings / Resources 1. [ ] [x] cwt_fwd: comparison...

documentation

The following example returns `wc = -3.1354` but according to the [specs](https://github.com/OverLordGoldDragon/ssqueezepy/blob/master/ssqueezepy/wavelets.py#L633) it should be nonnegative, unless I'm misunderstanding something. ```python from ssqueezepy import wavelets, Wavelet wavelet = Wavelet(("morlet", {"mu":14.0}))...

bug

Thread for various implementation or theoretical notes / ideas.

documentation

Thread for tracking proposals for extending functionality. 1 checkmark = in progress; 2 = done Status Description Code / Resources 1. [] [] padsignal: more methods in PyWavelets; pull? 2....

enhancement

A thread to share/discuss example comparisons between implementations.

documentation