From 95a5b90c683bb257dbf3fb8e3bc43ef348e4c7fb Mon Sep 17 00:00:00 2001 From: Franz Zotter Date: Tue, 5 Sep 2006 12:50:05 +0000 Subject: 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 --- abs/mtx_.cdiv.pd | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 abs/mtx_.cdiv.pd (limited to 'abs/mtx_.cdiv.pd') 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; -- cgit v1.2.1