View on GitHub

emg-filter

use dynamic average windows to filter the EMG signal

Open this page at https://alexwurobot.github.io/emg-filter/

Use as Extension

This repository can be added as an extension in MakeCode.

Usage

emg-filter

Use the emg-filter block to read the filtered EMG data.

basic.forever(function () {
    led.plotBarGraph(
    EmgFilter.EmgFilter(),
    1023
    )
})

Demo video: https://youtu.be/gieYM_RnGLI

Edit this project

To edit this repository in MakeCode.

Blocks preview

This image shows the blocks code from the last commit in master. This image may take a few minutes to refresh.

A rendered view of the blocks

Reference