aboutsummaryrefslogtreecommitdiff
path: root/fir_filter.pd
diff options
context:
space:
mode:
Diffstat (limited to 'fir_filter.pd')
-rw-r--r--fir_filter.pd26
1 files changed, 26 insertions, 0 deletions
diff --git a/fir_filter.pd b/fir_filter.pd
new file mode 100644
index 0000000..0b22830
--- /dev/null
+++ b/fir_filter.pd
@@ -0,0 +1,26 @@
+#N canvas 495 51 458 390 10;
+#X obj 158 136 zl len;
+#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 218 last_n_matrix;
+#X obj 158 100 t a a;
+#X obj 183 160 list2matcol;
+#X obj 85 261 mtx_.*;
+#X obj 85 352 outlet;
+#X obj 85 295 mtx_mean;
+#X obj 85 322 *;
+#X obj 158 184 t f f;
+#X connect 0 0 12 0;
+#X connect 1 0 6 0;
+#X connect 4 0 5 0;
+#X connect 5 0 8 0;
+#X connect 6 0 0 0;
+#X connect 6 1 7 0;
+#X connect 7 0 8 1;
+#X connect 8 0 10 0;
+#X connect 10 0 11 0;
+#X connect 11 0 9 0;
+#X connect 12 0 5 1;
+#X connect 12 1 11 1;