Skip to content

hirolab/emg-filter

 
 

Repository files navigation

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

About

use dynamic average windows to filter the EMG signal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.2%
  • Ruby 4.0%
  • Makefile 3.8%