aboutsummaryrefslogtreecommitdiff
path: root/pd/fir.pd
diff options
context:
space:
mode:
Diffstat (limited to 'pd/fir.pd')
-rw-r--r--pd/fir.pd24
1 files changed, 24 insertions, 0 deletions
diff --git a/pd/fir.pd b/pd/fir.pd
new file mode 100644
index 0000000..b014238
--- /dev/null
+++ b/pd/fir.pd
@@ -0,0 +1,24 @@
+#N canvas 495 51 458 390 10;
+#X obj 158 59 inlet;
+#X text 206 58 liste coef filtre;
+#X text 72 34 flux donnees;
+#X obj 85 57 inlet;
+#X obj 85 207 mtx_.*;
+#X obj 85 298 outlet;
+#X obj 85 241 mtx_mean;
+#X obj 158 178 list trim;
+#X obj 85 155 list trim;
+#X obj 158 155 list prepend matrix \$1 1;
+#X obj 85 126 list prepend matrix \$1 1;
+#X obj 85 269 * \$1;
+#X obj 85 100 last_n \$1;
+#X connect 0 0 9 0;
+#X connect 3 0 12 0;
+#X connect 4 0 6 0;
+#X connect 6 0 11 0;
+#X connect 7 0 4 1;
+#X connect 8 0 4 0;
+#X connect 9 0 7 0;
+#X connect 10 0 8 0;
+#X connect 11 0 5 0;
+#X connect 12 0 10 0;