-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgait_MatLab.fis
66 lines (60 loc) · 1.25 KB
/
gait_MatLab.fis
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
[System]
Name='gait_MatLab'
Type='mamdani'
Version=2.0
NumInputs=4
NumOutputs=1
NumRules=8
AndMethod='min'
OrMethod='max'
ImpMethod='min'
AggMethod='max'
DefuzzMethod='centroid'
[Input1]
Name='hip'
Range=[0 1]
NumMFs=3
MF1='extension':'gaussmf',[0.19 0.0493]
MF2='low_flexion':'gaussmf',[0.2 0.4984]
MF3='hig_flexion':'gaussmf',[0.22233900481209 0.992]
[Input2]
Name='knee'
Range=[0 1]
NumMFs=3
MF1='low':'gaussmf',[0.172179933090571 0.0143]
MF2='medium':'gaussmf',[0.179233377518814 0.5]
MF3='high':'gaussmf',[0.174141520202939 1]
[Input3]
Name='time'
Range=[0 1]
NumMFs=3
MF1='low':'gaussmf',[0.2857 0.0125]
MF2='medium':'gaussmf',[0.2 0.5]
MF3='high':'gaussmf',[0.2 1]
[Input4]
Name='stage'
Range=[0 1]
NumMFs=3
MF1='SLR':'zmf',[0.0803 0.0828]
MF2='SMS':'gaussmf',[0.0531589903777392 0.2]
MF3='SSS':'trimf',[0.365707434052758 0.717]
[Output1]
Name='phase'
Range=[0 1]
NumMFs=7
MF1='P-LR':'trimf',[0 0.1 0.2]
MF2='P-MSS':'trimf',[0.1 0.2 0.3]
MF3='P-TSS':'trimf',[0.2 0.3 0.4]
MF4='P-PSW':'trimf',[0.3 0.4 0.5]
MF5='P-IS':'trimf',[0.4 0.5 0.6]
MF6='PMSW':'trimf',[0.5 0.6 0.7]
MF7='PTSW':'trimf',[0.6 0.7 0.8]
[Rules]
3 1 1 1, 1 (1) : 1
-3 1 1 2, 2 (1) : 1
2 1 1 2, 2 (1) : 1
1 2 2 0, 3 (1) : 1
1 -1 2 3, 4 (1) : 1
2 -1 2 3, 5 (1) : 1
3 -3 3 3, 6 (1) : 1
3 -1 3 3, 7 (1) : 1