Skip to content
#

signal-processing

Here are 1,546 public repositories matching this topic...

megies
megies commented Oct 15, 2020

We should add an option to be able to pass in an existing matplotlib Figure and list of Axes objects to PPSD.plot() as PPSD.plot(..., fig=None, axes=None) like we have for many other plotting routines. The purpose is to make it easier to make figures that have different PPSDs plotted in various subplots/axes. Compare [this post on discourse](https://discourse.obspy.org/t/plotting-ppsd-of-a

brainflow
Andrey1994
Andrey1994 commented Sep 26, 2021

In BoardShim we can add a new method like release_all_sessions. It should be a static method that removes all board instances from a map.

It should call release_session for all boards and get exit codes, final exit code in case of failure for one of them should be the exit code of the first failed board.

Use Case for it: IDEs like matlab, unity player, etc. There if you forgot to call `r

Improve this page

Add a description, image, and links to the signal-processing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the signal-processing topic, visit your repo's landing page and select "manage topics."

Learn more