-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgauss_window.pd
More file actions
61 lines (61 loc) · 1.39 KB
/
Copy pathgauss_window.pd
File metadata and controls
61 lines (61 loc) · 1.39 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
#N canvas 0 22 473 537 16;
#X declare -lib iemmatrix;
#X declare -lib list-abs;
#X obj 32 105 expr ($f1-1)/2;
#X obj 32 165 * -1;
#X obj 32 135 t f f;
#X obj 150 15 inlet size;
#X obj 102 295 mtx_mul 2;
#X obj 102 325 t a a;
#X obj 102 365 mtx_.*;
#X obj 102 425 mtx_exp;
#X text 72 491 Juan Ignacio Mendoza Garay - 2016;
#X obj 280 15 import iemmatrix;
#X obj 290 45 import list-abs;
#X obj 102 455 outlet gaussian window;
#X obj 102 205 linspace;
#X obj 102 258 mtx;
#X obj 328 154 mtx;
#X text 319 224 window vector;
#X text 338 208 intialise;
#X text 376 191 |;
#X text 321 179 ____________;
#X text 317 179 |;
#X text 321 89 ____________;
#X text 317 166 |;
#X text 317 153 |;
#X text 317 140 |;
#X text 317 127 |;
#X text 317 114 |;
#X text 317 101 |;
#X obj 150 55 t f f f f;
#X obj 102 395 mtx_.* -1;
#X msg 328 124 zeros \$1 1;
#X text 435 179 |;
#X text 435 166 |;
#X text 435 101 |;
#X text 435 114 |;
#X text 435 127 |;
#X text 435 140 |;
#X text 435 153 |;
#X obj 207 255 expr 8*atan(1)/$f1;
#X connect 0 0 2 0;
#X connect 1 0 12 0;
#X connect 2 0 1 0;
#X connect 2 1 12 1;
#X connect 3 0 27 0;
#X connect 4 0 5 0;
#X connect 5 0 6 0;
#X connect 5 1 6 1;
#X connect 6 0 28 0;
#X connect 7 0 11 0;
#X connect 12 0 13 0;
#X connect 13 0 4 0;
#X connect 14 0 13 1;
#X connect 27 0 0 0;
#X connect 27 1 12 2;
#X connect 27 2 37 0;
#X connect 27 3 29 0;
#X connect 28 0 7 0;
#X connect 29 0 14 0;
#X connect 37 0 4 1;