From 30f76a93e90102e113c63409dc7b44cb0e54dad7 Mon Sep 17 00:00:00 2001 From: Franz Zotter Date: Sun, 20 Aug 2006 17:32:31 +0000 Subject: improved version of mtx_ispeak finding peaks at the borders of the matrix. svn path=/trunk/externals/iem/iemmatrix/; revision=5676 --- abs/mtx_ispeak-help.pd | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'abs/mtx_ispeak-help.pd') diff --git a/abs/mtx_ispeak-help.pd b/abs/mtx_ispeak-help.pd index e8badbb..c66565e 100644 --- a/abs/mtx_ispeak-help.pd +++ b/abs/mtx_ispeak-help.pd @@ -1,4 +1,4 @@ -#N canvas 83 338 841 379 10; +#N canvas 553 163 841 379 10; #X text 482 28 part of iemmatrix; #X text 43 34 [mtx_ispeak]; #X text 166 69 searches for peaks in the rows of a matrix. peak locations @@ -58,13 +58,16 @@ are set to 1 \, others to 0; #X obj 33 205 mtx_int; #X obj 33 185 mtx_* 4; #X msg 33 143 1 20; -#X text 301 307 (note: bad performance at edges and larger peaks); #X obj 33 242 mtx_ispeak; +#X obj 535 325 mtx_ispeakb; +#X text 304 306 (note: bad performance at borders and larger peaks) +; +#X text 308 326 for improved version see also:; #X connect 3 0 4 0; #X connect 7 0 9 0; #X connect 8 0 13 0; #X connect 12 0 7 0; -#X connect 12 0 16 0; +#X connect 12 0 15 0; #X connect 13 0 12 0; #X connect 14 0 8 0; -#X connect 16 0 3 0; +#X connect 15 0 3 0; -- cgit v1.2.1