-
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…
-
Example code analyzes a simple sine wave with a period of 17.0. `scalogram` plots power around 170.0
``` python
import numpy as np
import matplotlib as mpl
from matplotlib import pyplot as plt
impor…
-
we now have a couple tf-decomposition functions we wrote (`calc_mt_tfr` and `calc_cwt_tfr`) as well as one from bmi3d that works in a completely different way (`multitaper_lfp_bandpower`).
a wrapp…
-
Reported by @gidiko:
Using the following snippet in python:
``` python
import networkx as nx
from skylark import sketch
import numpy as np
num_nodes = 10000
num_attach_edges = 5
sketch_size = 10
g…
-
Hi,
Thanks for the great tool..
Is there anyway to reconstruct the signal from the coefficients ?
For example
```
#Initialize
fs = 1000
n = fs*100 #100 seconds
…
-
Hello everyone
I'm having trouble installing the waipy package and running examples can not configure them. what to do?
---
---
IndexError Traceback (most recent cal…
-
Mostly just a looming todo item for me so that I can feel ok about putting this on the back burner and work on more pressing things.
Finding jumps with a matched filter seems to mostly work but the…
skhrg updated
4 weeks ago
-
### Is your feature request related to a problem? Please describe.
The paper cited in the docs of https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.find_peaks_cwt.html describes how…
-
I'm sorry to post so many concepts in 1 issue.
There are a lot of existing IETF WGs that have a part of this picture, and I wanted to paint how I see them being related.
```mermaid
flowchart
…
-
I would love to have some Encrypted CWT examples to cross test against.
Would you take a PR for this based on the COSE examples repo?
OR13 updated
8 months ago