aboutsummaryrefslogtreecommitdiff
path: root/abs/mtx_.cabs2.pd
diff options
context:
space:
mode:
authorFranz Zotter <fzotter@users.sourceforge.net>2006-09-05 12:50:05 +0000
committerFranz Zotter <fzotter@users.sourceforge.net>2006-09-05 12:50:05 +0000
commit95a5b90c683bb257dbf3fb8e3bc43ef348e4c7fb (patch)
tree6d07de95e75d2d63f93840a856ffd11c5a0d2e17 /abs/mtx_.cabs2.pd
parenteca7acd6b06cb0f4f5d2262fd1f43fdda77fca6e (diff)
a lot of complex valued matrix computation abstractions: complex matrix
inverse via real valued hermitian matrix, complex-valued division, complex absolute square, complex multiplication... and linear and logarithmic sweep abstractions. svn path=/trunk/externals/iem/iemmatrix/; revision=5871
Diffstat (limited to 'abs/mtx_.cabs2.pd')
-rw-r--r--abs/mtx_.cabs2.pd19
1 files changed, 19 insertions, 0 deletions
diff --git a/abs/mtx_.cabs2.pd b/abs/mtx_.cabs2.pd
new file mode 100644
index 0000000..e7831e9
--- /dev/null
+++ b/abs/mtx_.cabs2.pd
@@ -0,0 +1,19 @@
+#N canvas 0 0 450 300 10;
+#X obj 71 39 inlet realA;
+#X obj 152 39 inlet imagA;
+#X obj 71 256 outlet real;
+#X obj 71 204 mtx_+;
+#X obj 71 110 t a a;
+#X obj 125 110 t a a;
+#X obj 125 135 mtx_.*;
+#X obj 71 135 mtx_.*;
+#X text 175 79 complex squared absolute values;
+#X connect 0 0 4 0;
+#X connect 1 0 5 0;
+#X connect 3 0 2 0;
+#X connect 4 0 7 0;
+#X connect 4 1 7 1;
+#X connect 5 0 6 0;
+#X connect 5 1 6 1;
+#X connect 6 0 3 1;
+#X connect 7 0 3 0;