Skip to content
#

ecg

Here are 154 public repositories matching this topic...

robertoostenveld
robertoostenveld commented Jan 7, 2018

as these seem to be a bit hard to understand right now.

What I have in mind is to make a short markdown file with a specific ini for both, combine that with the (software or hardware) synthesizer or and then make a movie for youtube.

To control the sequencer I plan to use 16 knobs (pitch) and 16 buttons (on/off) from the launchcontrol. Those create control signals in REDIS, which I want to m

NeuroKit
DominiqueMakowski
DominiqueMakowski commented Jan 18, 2020

Examples ideas

Examples are short, specific and self-contained articles about specific topics or possibilities.

  • Understanding NeuroKit: how to see what a function does in the docs, then its code on github, then where is the code located on your machine, and where you can try to make changes/fixes
  • How to contribute: once some change/fixes are mde, how to push back to
jonathanjfshaw
jonathanjfshaw commented Apr 15, 2020

AFAICS from the docs this should work:

    - id: my_apply
      module: timeflux.nodes.apply
      class: ApplyMethod
      params:
        func: abs

but it fails with Node 'my_apply': __init__() missing 1 required positional argument: 'method', because the signature is

    def __init__(self, method, apply_mode='universal',
                 axis=0, closed='right', func=No
EEGEdu

Improve this page

Add a description, image, and links to the ecg 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 ecg topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.