aboutsummaryrefslogtreecommitdiff
path: root/examples/z~.pd
blob: 49e5560271163d45bb41ca0405384cc1d1ecb9e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#N canvas 267 156 597 497 8;
#X obj 125 42 z~;
#X text 177 41 samplewise delay;
#X text 168 89 should make FIR-filter design possible;
#X obj 65 222 osc~ 440;
#X floatatom 65 191;
#X obj 97 270 z~;
#X obj 127 270 z~ 2;
#X obj 167 270 z~ 3;
#X obj 65 310 +~;
#X obj 65 336 * 0.25;
#X obj 65 366 dac~;
#X text 235 269 4th order moving average filter;
#X text 185 324 creation argument : delay in samples (default is 1);
#X text 167 119 (note that you cannot do IIR-filters easily this way !);
#X text 351 42 z;
#X text 359 36 -N;
#X connect 3 0 8 0;
#X connect 3 0 5 0;
#X connect 3 0 6 0;
#X connect 3 0 7 0;
#X connect 4 0 3 0;
#X connect 5 0 8 0;
#X connect 6 0 8 0;
#X connect 7 0 8 0;
#X connect 8 0 9 0;
#X connect 9 0 10 0;
#X connect 9 0 10 1;