diff options
author | Franz Zotter <fzotter@users.sourceforge.net> | 2006-08-20 17:32:31 +0000 |
---|---|---|
committer | Franz Zotter <fzotter@users.sourceforge.net> | 2006-08-20 17:32:31 +0000 |
commit | 30f76a93e90102e113c63409dc7b44cb0e54dad7 (patch) | |
tree | 77dff68e7aff35c5fa07a59b7c35382e03c8d3ac /abs/mtx_ispeak-help.pd | |
parent | ea9cefccc82570c6e9804a1688510cba63d4ae32 (diff) |
improved version of mtx_ispeak finding peaks at the borders of the matrix.
svn path=/trunk/externals/iem/iemmatrix/; revision=5676
Diffstat (limited to 'abs/mtx_ispeak-help.pd')
-rw-r--r-- | abs/mtx_ispeak-help.pd | 11 |
1 files changed, 7 insertions, 4 deletions
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; |