aboutsummaryrefslogtreecommitdiff
path: root/abs/mtx_.cdiv-help.pd
blob: 4f86e1d493dff67b7af00f03e87529a2a28bbd69 (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 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 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 obj 33 216 t a a;
#X msg 168 175 matrix 1 2 1 2;
#X msg 184 196 matrix 1 2 0 -1;
#X text 44 34 [mtx_.cdiv];
#X text 166 69 complex valued element wise matrix division;
#X obj 33 242 mtx_.cdiv;
#X obj 165 280 mtx_print imagcdiv;
#X obj 33 280 mtx_print realcdiv;
#X connect 5 0 13 0;
#X connect 6 0 12 0;
#X connect 6 0 18 1;
#X connect 7 0 8 0;
#X connect 8 0 5 0;
#X connect 8 1 6 0;
#X connect 8 2 14 0;
#X connect 8 3 15 0;
#X connect 13 0 18 0;
#X connect 13 1 11 0;
#X connect 14 0 9 0;
#X connect 14 0 18 2;
#X connect 15 0 10 0;
#X connect 15 0 18 3;
#X connect 18 0 20 0;
#X connect 18 1 19 0;