aboutsummaryrefslogtreecommitdiff
path: root/abs/mtx_cmul-help.pd
diff options
context:
space:
mode:
Diffstat (limited to 'abs/mtx_cmul-help.pd')
-rw-r--r--abs/mtx_cmul-help.pd39
1 files changed, 39 insertions, 0 deletions
diff --git a/abs/mtx_cmul-help.pd b/abs/mtx_cmul-help.pd
new file mode 100644
index 0000000..4c2acbd
--- /dev/null
+++ b/abs/mtx_cmul-help.pd
@@ -0,0 +1,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;