Crates.io | emg-filter-rs |
lib.rs | emg-filter-rs |
version | 0.1.0 |
source | src |
created_at | 2024-09-13 02:46:09.982829 |
updated_at | 2024-09-13 02:46:09.982829 |
description | This is an implementation of the EMGFilters library by OYMotion in Rust. |
homepage | |
repository | |
max_upload_size | |
id | 1373310 |
size | 12,449 |
This is an implementation of the EMGFilters library by OYMotion in Rust.
Just like the OYMotion library, this library provides the following filters for processing sEMG signals.
Only input frequencies of 500HZ and 1000HZ are supported, but more can be added as needed.
Use the library from GitHub by adding the following to your Cargo.toml
emg-filter-rs = { git = "https://github.com/Devils-Prosthetics/emg-filter-rs" }