aboutsummaryrefslogtreecommitdiff
path: root/abs/mtx_.cdiv.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_.cdiv.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_.cdiv.pd')
-rw-r--r--abs/mtx_.cdiv.pd30
1 files changed, 30 insertions, 0 deletions
diff --git a/abs/mtx_.cdiv.pd b/abs/mtx_.cdiv.pd
new file mode 100644
index 0000000..30f8be0
--- /dev/null
+++ b/abs/mtx_.cdiv.pd
@@ -0,0 +1,30 @@
+#N canvas 184 200 688 404 10;
+#X obj 403 118 t a a;
+#X obj 331 118 t a a;
+#X obj 144 257 mtx_./;
+#X obj 202 256 mtx_./;
+#X obj 144 19 inlet realA;
+#X obj 226 19 inlet imagA;
+#X obj 335 19 inlet realB;
+#X obj 417 19 inlet imagB;
+#X obj 361 181 mtx_.cabs2;
+#X obj 403 141 mtx_* -1;
+#X obj 144 182 mtx_.cmul;
+#X obj 144 294 outlet real;
+#X obj 227 294 outlet imag;
+#X text 344 234 element wise complex matrix division;
+#X connect 0 0 9 0;
+#X connect 0 1 8 1;
+#X connect 1 0 10 2;
+#X connect 1 1 8 0;
+#X connect 2 0 11 0;
+#X connect 3 0 12 0;
+#X connect 4 0 10 0;
+#X connect 5 0 10 1;
+#X connect 6 0 1 0;
+#X connect 7 0 0 0;
+#X connect 8 0 3 1;
+#X connect 8 0 2 1;
+#X connect 9 0 10 3;
+#X connect 10 0 2 0;
+#X connect 10 1 3 0;