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_.cabs2-help.pd | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 abs/mtx_.cabs2-help.pd (limited to 'abs/mtx_.cabs2-help.pd') diff --git a/abs/mtx_.cabs2-help.pd b/abs/mtx_.cabs2-help.pd new file mode 100644 index 0000000..77c638d --- /dev/null +++ b/abs/mtx_.cabs2-help.pd @@ -0,0 +1,26 @@ +#N canvas 88 457 841 379 10; +#X text 482 28 part of iemmatrix; +#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 33 216 t a a; +#X text 441 116 inletA: real part of matrix; +#X text 440 135 inletB: imaginary part of matrix; +#X text 439 157 outletA: real valued output; +#X obj 165 216 mtx_print realA; +#X obj 165 195 mtx_print imagA; +#X obj 33 280 mtx_print cabs2; +#X obj 33 242 mtx_.cabs2; +#X text 44 34 [mtx_.cabs2]; +#X text 166 69 complex valued element wise matrix absolute value; +#X connect 1 0 5 0; +#X connect 2 0 12 1; +#X connect 2 0 10 0; +#X connect 3 0 4 0; +#X connect 4 0 1 0; +#X connect 4 1 2 0; +#X connect 5 0 12 0; +#X connect 5 1 9 0; +#X connect 12 0 11 0; -- cgit v1.2.1