aboutsummaryrefslogtreecommitdiff
path: root/pd/median_5.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-03-21 16:18:14 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-03-21 16:18:14 +0000
commit57b74403674f1079c5aee4d7071c956a3e045bff (patch)
treee84914e99cfa464402030657543c5185494216d2 /pd/median_5.pd
parent8eef482ed0504a80218aab09a5b955592f6259d5 (diff)
moved pd patches out of the separate 'pd' folder into the root of this project so that its easy to make the development environment match the final install environment
svn path=/trunk/externals/mapping/; revision=4747
Diffstat (limited to 'pd/median_5.pd')
-rwxr-xr-xpd/median_5.pd72
1 files changed, 0 insertions, 72 deletions
diff --git a/pd/median_5.pd b/pd/median_5.pd
deleted file mode 100755
index f30723e..0000000
--- a/pd/median_5.pd
+++ /dev/null
@@ -1,72 +0,0 @@
-#N canvas 0 0 711 500 12;
-#X obj 47 19 inlet;
-#X obj 133 172 max;
-#X obj 107 172 min;
-#X obj 81 312 min;
-#X obj 34 100 t f b b b b;
-#X obj 116 208 max;
-#X obj 78 236 min;
-#X obj 92 279 max;
-#X obj 134 236 max;
-#X obj 106 236 min;
-#X obj 120 279 max;
-#X obj 109 312 min;
-#X obj 96 379 min;
-#X obj 76 345 max;
-#X obj 95 422 outlet;
-#X text 137 312 max;
-#X text 54 312 min;
-#X text 175 315 les 2 extremes n ont plus d influence;
-#X obj 24 138 f;
-#X obj 51 138 f;
-#X obj 77 138 f;
-#X obj 103 138 f;
-#X obj 130 138 f;
-#X text 474 315 donc on ne les calcule pas;
-#X text 138 300 les 4 plus anciens classes;
-#X text 165 236 les 3 plus anciens classes du petit au grand;
-#X text 170 172 les deux plus anciens classes;
-#X text 145 351 il reste a tester la mesure la plus recente pour garder
-au final la valeur du milieu.;
-#X text 221 42 principe du median 5 : classer les 5 dernieres mesures
-de la plus petite valeur a la plus grande valeur et renvoyer la 3 ieme
-valeur (appelee mediane) de la liste (dans cette liste classee de 5
-elements \, 2 sont plus petits que la mediane et 2 sont plus grands)
-;
-#X text 470 426 Francis Bras;
-#X text 472 455 interface-z.com;
-#X connect 0 0 4 0;
-#X connect 1 0 9 1;
-#X connect 1 0 8 1;
-#X connect 2 0 6 1;
-#X connect 2 0 5 1;
-#X connect 3 0 13 1;
-#X connect 4 0 18 0;
-#X connect 4 1 19 0;
-#X connect 4 2 20 0;
-#X connect 4 3 21 0;
-#X connect 4 4 22 0;
-#X connect 5 0 9 0;
-#X connect 5 0 8 0;
-#X connect 6 0 7 1;
-#X connect 7 0 3 0;
-#X connect 7 0 10 0;
-#X connect 8 0 11 1;
-#X connect 9 0 3 1;
-#X connect 9 0 10 1;
-#X connect 10 0 11 0;
-#X connect 11 0 12 1;
-#X connect 12 0 14 0;
-#X connect 13 0 12 0;
-#X connect 18 0 13 0;
-#X connect 18 0 19 1;
-#X connect 19 0 7 0;
-#X connect 19 0 20 1;
-#X connect 20 0 5 0;
-#X connect 20 0 6 0;
-#X connect 20 0 21 1;
-#X connect 21 0 2 0;
-#X connect 21 0 1 0;
-#X connect 21 0 22 1;
-#X connect 22 0 2 1;
-#X connect 22 0 1 1;