-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathSysDia
More file actions
67 lines (51 loc) · 4.93 KB
/
SysDia
File metadata and controls
67 lines (51 loc) · 4.93 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
1. single sEMG-signal/electrode/channel
-------- --------------- --------- ----------
Signal | noice | filtered | | MUAP-train | | actuator | |
------------>| | ------------> | Decomposition | -----------> | Mapping | ------------> | Actuator |
| filter | Signal | | | | input | |
-------- --------------- --------- ----------
2. multiple sEMG-signals/electrodes/channels
Signal -------- --------------- --------- ----------
------------>| noice | filtered | | MUAP-trains | | actuator | |
Signal | | ------------> | Decomposition | -----------> | Mapping | ------------> | Actuator |
------------>| filter | Signals | | | | input | |
-------- --------------- --------- ----------
here the [clustering -> ....]-part is what is happening inside of the Decomposition
Signal -------- --------------- --------- ----------
------------>| noice | filtered | | MUAP-trains | | actuator | |
Signal | | ------------> | Decomposition | -----------> | Mapping | ------------> | Actuator |
------------>| filter | Signals | | | | input | |
-------- --------------- --------- ----------
( / ↖ ↗ )
( / \ / )
( ↙ \ / )
( ------------ ----------- ------------- )
( | | | determine | | correctness | )
( | clustering | ---> | | ---> | | )
( | | | sources | | check | )
( ------------ ----------- ------------- )
3. single or multiple signalSources (even different Sourcetypes possible)
(maybe locality of some [eg same Type] Streams is relevant with regard to perfomance? idea for higher lvl implementations?)
Signal ------------ ------------------------- ---------- ----------
------------> | prosthesis | | | | Analyser | actuator | |
Signal | | ------------> | ProstheticSignalStreams | -------------> | / | ------------> | Actuator |
------------> | control | | | | Mapping | input | |
------------ ------------------------- ---------- ----------
/ ↗
/ /
↙ /
---------------------------------------------------------------------
( -------- --------------- --------- )
(| noice | filtered | | MUAP-trains | sort |)
(| | ------------> | Decomposition | -----------> | of |)
(| filter | Signals | | | Analyse |)
( -------- --------------- --------- )
(( / ↖ ↗ ) )
(( / \ / ) )
(( ↙ \ / ) )
(( ------------ ----------- ------------- ) )
(( | | | determine | | correctness | ) )
(( | clustering | ---> | | ---> | | ) )
(( | | | sources | | check | ) )
(( ------------ ----------- ------------- ) )
---------------------------------------------------------------------