Skip to content

use dynamic average windows to filter the EMG signal. uses moving mean filter and slowes down accelerometer.

License

Notifications You must be signed in to change notification settings

solimana/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. uses moving mean filter and slowes down accelerometer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.3%
  • Ruby 2.9%
  • Makefile 2.8%