From 128178f2ae9183844d7ff9fbae0a14a41c9e7e3e Mon Sep 17 00:00:00 2001 From: Alexandre Quessy Date: Tue, 28 Nov 2006 18:38:28 +0000 Subject: Putting the help files in the right directory svn path=/trunk/externals/mapping/; revision=6497 --- help/median-help.pd | 22 ++++++++++++++++++++++ help/median_n-help.pd | 31 +++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 help/median-help.pd create mode 100644 help/median_n-help.pd (limited to 'help') diff --git a/help/median-help.pd b/help/median-help.pd new file mode 100644 index 0000000..136145e --- /dev/null +++ b/help/median-help.pd @@ -0,0 +1,22 @@ +#N canvas 632 165 556 301 10; +#X obj 16 105 cnv 15 60 60 empty empty empty 20 12 0 14 -258699 -66577 +0; +#X floatatom 22 220 5 0 0 0 - - -; +#X text 326 235 )c( Alexandre Quessy 2006; +#X msg 89 55 123 234 345 123 345 67; +#X obj 390 203 zexy; +#X text 324 203 Requires; +#X obj 474 203 expr; +#X text 436 203 and; +#X text 328 249 Release under the GPL v2; +#X text 125 139 Calculates the median of a list of floats.; +#X text 127 103 [median]; +#X msg 89 29 999 999 7 6 5 0 -99999; +#X msg 88 4 0 67 68 67 69 67 1023; +#X obj 22 115 median; +#X text 131 250 See also; +#X obj 199 247 median_n; +#X connect 3 0 13 0; +#X connect 11 0 13 0; +#X connect 12 0 13 0; +#X connect 13 0 1 0; diff --git a/help/median_n-help.pd b/help/median_n-help.pd new file mode 100644 index 0000000..aa0feb7 --- /dev/null +++ b/help/median_n-help.pd @@ -0,0 +1,31 @@ +#N canvas 748 316 556 301 10; +#X obj 16 105 cnv 15 60 60 empty empty empty 20 12 0 14 -258699 -66577 +0; +#X floatatom 22 30 5 0 0 0 - - -; +#X floatatom 22 220 5 0 0 0 - - -; +#X text 112 93 Calculates the median of the last n numbers in a stream +of numbers.; +#X text 349 254 )c( Alexandre Quessy 2006; +#X obj 414 225 zexy; +#X text 348 225 Requires; +#N canvas 0 0 342 294 more 0; +#X obj 90 103 vsl 15 128 0 127 0 0 empty empty empty 0 -8 0 8 -262144 +-1 -1 0 1; +#X obj 267 103 vsl 15 128 0 127 0 0 empty empty empty 0 -8 0 8 -262144 +-1 -1 0 1; +#X text 71 66 Play with the left one.; +#X obj 127 139 median_n 25; +#X connect 0 0 3 0; +#X connect 3 0 1 0; +#X restore 117 172 pd more examples; +#X obj 498 225 expr; +#X text 460 225 and; +#X text 352 268 Release under the GPL v2; +#X obj 22 115 median_n 6; +#X text 108 55 [median_n ]; +#X text 112 119 Useful for discarding irrealistic values received from +electronic sensors.; +#X text 119 268 See also; +#X obj 187 266 median; +#X connect 1 0 11 0; +#X connect 11 0 2 0; -- cgit v1.2.1