-
Notifications
You must be signed in to change notification settings - Fork 0
/
aging.pd
67 lines (67 loc) · 1.78 KB
/
aging.pd
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
#N canvas 407 302 641 456 10;
#X obj 225 122 == 0;
#X obj 145 218 f;
#X text 13 132 up/down counter with limits;
#X floatatom 145 296 5 0 0 0 - - -;
#X obj 192 175 spigot;
#X obj 239 175 spigot;
#X obj 272 122 != 0;
#X obj 225 152 tgl 15 0 empty empty F 17 7 0 10 -262144 -1 -1 0 1;
#X obj 272 152 tgl 15 0 empty empty T 17 7 0 10 -262144 -1 -1 1 1;
#X obj 239 200 +;
#X text 486 161 'up-counting step.';
#X obj 192 200 -;
#X text 349 161 'down-counting step.';
#X text 349 224 'min. count(age)';
#X text 487 204 'max. count(age)';
#X obj 145 243 min;
#X obj 145 268 max;
#X text 3 4 .anchor.;
#X text 571 410 .anchor.;
#X text 157 19 [note] below \, implementing 'aging mechanism' for decision
making on 'is it -ing? or not.';
#X obj 206 57 inlet;
#X obj 145 399 outlet;
#X text 326 64 [parameters];
#X text 330 86 1) 'down-counting step.';
#X text 487 86 2) 'up-counting step.';
#X text 330 101 3) 'min. count(age)';
#X text 487 101 4) 'max. count(age)';
#X obj 352 182 f \$3;
#X obj 524 182 f \$4;
#X obj 352 250 f \$1;
#X obj 524 225 f \$2;
#X obj 328 135 loadbang;
#X obj 500 135 loadbang;
#X obj 206 80 t b a a;
#X text 272 103 TRUE;
#X text 223 103 FALSE;
#X text 191 372 output: T(1) <-> F(0);
#X obj 145 345 expr ($f1 - \$1)/(\$2 - \$1);
#X connect 0 0 7 0;
#X connect 1 0 15 0;
#X connect 3 0 37 0;
#X connect 4 0 11 0;
#X connect 5 0 9 0;
#X connect 6 0 8 0;
#X connect 7 0 4 1;
#X connect 8 0 5 1;
#X connect 9 0 1 1;
#X connect 11 0 1 1;
#X connect 15 0 16 0;
#X connect 16 0 4 0;
#X connect 16 0 5 0;
#X connect 16 0 3 0;
#X connect 20 0 33 0;
#X connect 27 0 11 1;
#X connect 28 0 9 1;
#X connect 29 0 16 1;
#X connect 30 0 15 1;
#X connect 31 0 27 0;
#X connect 31 0 29 0;
#X connect 32 0 28 0;
#X connect 32 0 30 0;
#X connect 33 0 1 0;
#X connect 33 1 0 0;
#X connect 33 2 6 0;
#X connect 37 0 21 0;