aboutsummaryrefslogtreecommitdiff
path: root/abs/mtx_cmul-help.pd
blob: 4c2acbd7904ad627de48cb64e2e5668759f310b1 (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
29
30
31
32
33
34
35
36
37
38
39
#N canvas 83 338 841 379 10;
#X text 482 28 part of iemmatrix;
#X text 44 34 [mtx_cmul];
#X text 166 69 complex valued matrix multiplication;
#X text 441 116 inletA: real part of first matrix;
#X text 440 135 inletB: imaginary part of first matrix;
#X text 441 164 inletC: real part of second matrix;
#X text 440 183 inletB: imaginary part of second matrix;
#X obj 33 242 mtx_cmul;
#X msg 33 172 matrix 1 2 1 2;
#X msg 49 193 matrix 1 2 0 1;
#X obj 33 124 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X obj 33 148 t b b b b;
#X obj 236 222 mtx_print realY;
#X obj 240 248 mtx_print imagY;
#X obj 119 222 mtx_print realX;
#X obj 123 248 mtx_print imagX;
#X msg 168 175 matrix 2 1 1 2;
#X msg 184 196 matrix 2 1 0 -1;
#X obj 33 216 t a a;
#X obj 33 281 mtx_print realcmul;
#X obj 164 281 mtx_print imagcmul;
#X connect 7 0 19 0;
#X connect 7 1 20 0;
#X connect 8 0 18 0;
#X connect 9 0 7 1;
#X connect 9 0 14 0;
#X connect 10 0 11 0;
#X connect 11 0 8 0;
#X connect 11 1 9 0;
#X connect 11 2 16 0;
#X connect 11 3 17 0;
#X connect 16 0 12 0;
#X connect 16 0 7 2;
#X connect 17 0 13 0;
#X connect 17 0 7 3;
#X connect 18 0 7 0;
#X connect 18 1 15 0;