aboutsummaryrefslogtreecommitdiff
path: root/pd/median_7.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_7.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_7.pd')
-rwxr-xr-xpd/median_7.pd120
1 files changed, 0 insertions, 120 deletions
diff --git a/pd/median_7.pd b/pd/median_7.pd
deleted file mode 100755
index 47e654a..0000000
--- a/pd/median_7.pd
+++ /dev/null
@@ -1,120 +0,0 @@
-#N canvas 0 0 784 546 12;
-#X obj 36 18 inlet;
-#X obj 166 178 max;
-#X obj 139 178 min;
-#X obj 113 289 min;
-#X obj 125 205 max;
-#X obj 113 235 min;
-#X obj 97 263 max;
-#X obj 168 235 max;
-#X obj 140 235 min;
-#X obj 152 263 max;
-#X obj 141 289 min;
-#X obj 74 319 max;
-#X obj 103 471 outlet;
-#X obj 14 98 t f b b b b b b;
-#X obj 85 289 min;
-#X obj 169 289 max;
-#X obj 86 351 min;
-#X obj 128 319 max;
-#X obj 114 351 min;
-#X obj 157 319 max;
-#X obj 142 351 min;
-#X text 55 351 min;
-#X text 173 351 max;
-#X obj 103 381 max;
-#X obj 85 410 min;
-#X obj 132 381 max;
-#X obj 113 410 min;
-#X obj 73 446 max;
-#X obj 101 446 min;
-#X obj 0 132 f;
-#X obj 27 132 f;
-#X obj 54 132 f;
-#X obj 81 132 f;
-#X obj 108 132 f;
-#X obj 135 132 f;
-#X obj 162 132 f;
-#X text 197 177 les deux plus anciens classes;
-#X text 200 234 les 3 plus anciens classes du petit au grand;
-#X text 202 289 les 4 plus anciens classes du petit au grand;
-#X text 142 410 max1;
-#X text 178 410 max2;
-#X text 18 410 min1;
-#X text 53 410 min2;
-#X text 211 351 les 5 plus anciens classes du petit au grand;
-#X text 217 411 les 6 plus anciens classes du petit au grand;
-#X text 184 372 les 2 extremes n ont plus d influence donc on ne cherche
-pas a les identifier;
-#X text 184 426 les 4 extremes n ont plus d influence donc on ne calcule
-pas leur position relative et on ne les identifie pas;
-#X text 264 33 principe du median 7 : classer les 7 dernieres mesures
-de la plus petite valeur a la plus grande valeur et renvoyer la 4 ieme
-valeur (appelee mediane) de la liste (dans cette liste classee de 7
-elements \, 3 sont plus petits que la mediane et 3 sont plus grands)
-;
-#X text 535 463 Francis Bras;
-#X text 537 492 interface-z.com;
-#X connect 0 0 13 0;
-#X connect 1 0 8 1;
-#X connect 1 0 7 1;
-#X connect 2 0 5 1;
-#X connect 2 0 4 1;
-#X connect 3 0 16 1;
-#X connect 3 0 17 1;
-#X connect 4 0 8 0;
-#X connect 4 0 7 0;
-#X connect 5 0 6 1;
-#X connect 5 0 14 1;
-#X connect 6 0 3 0;
-#X connect 6 0 9 0;
-#X connect 7 0 10 1;
-#X connect 7 0 15 1;
-#X connect 8 0 3 1;
-#X connect 8 0 9 1;
-#X connect 9 0 10 0;
-#X connect 9 0 15 0;
-#X connect 10 0 18 1;
-#X connect 10 0 19 1;
-#X connect 11 0 16 0;
-#X connect 11 0 17 0;
-#X connect 13 0 29 0;
-#X connect 13 1 30 0;
-#X connect 13 2 31 0;
-#X connect 13 3 32 0;
-#X connect 13 4 33 0;
-#X connect 13 5 34 0;
-#X connect 13 6 35 0;
-#X connect 14 0 11 1;
-#X connect 15 0 20 1;
-#X connect 16 0 23 1;
-#X connect 17 0 18 0;
-#X connect 17 0 19 0;
-#X connect 18 0 24 1;
-#X connect 18 0 25 1;
-#X connect 19 0 20 0;
-#X connect 20 0 26 1;
-#X connect 23 0 24 0;
-#X connect 23 0 25 0;
-#X connect 24 0 27 1;
-#X connect 25 0 26 0;
-#X connect 26 0 28 1;
-#X connect 27 0 28 0;
-#X connect 28 0 12 0;
-#X connect 29 0 27 0;
-#X connect 29 0 30 1;
-#X connect 30 0 23 0;
-#X connect 30 0 31 1;
-#X connect 31 0 11 0;
-#X connect 31 0 32 1;
-#X connect 32 0 6 0;
-#X connect 32 0 14 0;
-#X connect 32 0 33 1;
-#X connect 33 0 4 0;
-#X connect 33 0 5 0;
-#X connect 33 0 34 1;
-#X connect 34 0 2 0;
-#X connect 34 0 1 0;
-#X connect 34 0 35 1;
-#X connect 35 0 2 1;
-#X connect 35 0 1 1;