forked from baswi/cppProsthetics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSysDia
41 lines (26 loc) · 2.33 KB
/
SysDia
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
1. single sEMG-signal/electrode/channel
-------- --------------- --------- ------
Signal | noice | filtered | | MUAP-train | | prothetic | |
------------>| | ------------> | Decomposition | -----------> | Mapping | ------------> | Move |
| filter | Signal | | | | API-command | |
-------- --------------- --------- ------
2. multiple sEMG-signals/electrodes/channels
Signal -------- --------------- --------- ------
------------>| noice | filtered | | MUAP-trains | | prothetic | |
Signal | | ------------> | Decomposition | -----------> | Mapping | ------------> | Move |
------------>| filter | Signals | | | | API-command | |
-------- --------------- --------- ------
here the [clustering -> ....]-part is what is happening inside of the Decomposition
Signal -------- --------------- --------- ------
------------>| noice | filtered | | MUAP-trains | | prothetic | |
Signal | | ------------> | Decomposition | -----------> | Mapping | ------------> | Move |
------------>| filter | Signals | | | | API-command | |
-------- --------------- --------- ------
( / ↖ ↗ )
( / \ / )
( ↙ \ / )
( ------------ ----------- ------------- )
( | | | determine | | correctness | )
( | clustering | ---> | | ---> | | )
( | | | sources | | check | )
( ------------ ----------- ------------- )