diff 3_signal_processing/t_normalisation.pd @ 0:1e4a5698edfc tip

Commit of all patches presented the 27.03.2015.
author arthur mingasson <arthur.mingasson@gmail.com>
date Tue, 31 Mar 2015 12:56:24 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/3_signal_processing/t_normalisation.pd	Tue Mar 31 12:56:24 2015 +0200
@@ -0,0 +1,30 @@
+#N canvas 397 251 650 294 10;
+#X obj 86 -218 list append;
+#X obj 230 -243 t l;
+#X obj 149 -244 list prepend;
+#X obj 86 -193 mean;
+#X obj 199 -341 sel 0 1;
+#X obj 71 -170 /;
+#X obj 151 -369 inlet;
+#X obj 199 -369 inlet;
+#X obj 71 -132 outlet;
+#X text 248 -373 ON/OFF Button;
+#X text 2 -371 Enter value to normalize;
+#X obj 255 -129 outlet;
+#X text 254 -116 output the computed mean;
+#X text 69 -119 output the normalized value;
+#X obj 427 -132 outlet;
+#X text 426 -118 number of computed values;
+#X connect 0 0 3 0;
+#X connect 1 0 2 1;
+#X connect 2 0 1 0;
+#X connect 2 0 0 1;
+#X connect 3 0 5 1;
+#X connect 3 0 11 0;
+#X connect 3 1 14 0;
+#X connect 4 0 0 0;
+#X connect 4 1 2 1;
+#X connect 5 0 8 0;
+#X connect 6 0 2 0;
+#X connect 6 0 5 0;
+#X connect 7 0 4 0;