aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFranz Zotter <fzotter@users.sourceforge.net>2006-09-11 14:07:07 +0000
committerFranz Zotter <fzotter@users.sourceforge.net>2006-09-11 14:07:07 +0000
commitdda600415367518fe4416dbd459b9ae4eacd7f32 (patch)
treed66fb8be18ec201206e3072febf23b0d8b2af9eb /doc
parent95a5b90c683bb257dbf3fb8e3bc43ef348e4c7fb (diff)
mtx_window: please look into the help patch, its great!
a few documentations i forgot. svn path=/trunk/externals/iem/iemmatrix/; revision=5916
Diffstat (limited to 'doc')
-rw-r--r--doc/mtx_atan-help.pd19
-rw-r--r--doc/mtx_dbtopow-help.pd44
-rw-r--r--doc/mtx_powtodb-help.pd46
3 files changed, 109 insertions, 0 deletions
diff --git a/doc/mtx_atan-help.pd b/doc/mtx_atan-help.pd
new file mode 100644
index 0000000..91c10f3
--- /dev/null
+++ b/doc/mtx_atan-help.pd
@@ -0,0 +1,19 @@
+#N canvas 262 127 680 254 10;
+#X text 458 17 updated for;
+#X obj 546 17 iemmatrix 0.2;
+#X obj 595 43 matrix;
+#X text 465 42 see also help for;
+#X obj 48 100 mtx 3 3;
+#X obj 48 192 mtx_print abs;
+#X obj 48 131 t a a;
+#X obj 91 132 mtx_print org;
+#X msg 48 80 0 1 -2 -3 -4 5 -6 7 8;
+#X obj 48 164 mtx_atan;
+#X obj 595 63 atan;
+#X text 136 10 arc tangent value of matrix elements;
+#X text 45 42 compute the arc tangent of each element of a matrix;
+#X connect 4 0 6 0;
+#X connect 6 0 9 0;
+#X connect 6 1 7 0;
+#X connect 8 0 4 0;
+#X connect 9 0 5 0;
diff --git a/doc/mtx_dbtopow-help.pd b/doc/mtx_dbtopow-help.pd
new file mode 100644
index 0000000..720701b
--- /dev/null
+++ b/doc/mtx_dbtopow-help.pd
@@ -0,0 +1,44 @@
+#N canvas 50 103 687 471 10;
+#X text 458 17 updated for;
+#X obj 546 17 iemmatrix 0.2;
+#X obj 181 100 mtx_eye;
+#X obj 64 285 mtx_rand 4 2;
+#X msg 64 263 bang;
+#X obj 64 307 t a a;
+#X obj 105 307 mtx_print org;
+#X obj 64 357 t a a;
+#X msg 181 79 3 3;
+#X obj 181 121 mtx_* 100;
+#X obj 48 162 mtx_print dbtorms;
+#X obj 105 357 mtx_print db;
+#X obj 64 407 mtx_print db;
+#X obj 48 100 mtx 2 2;
+#X text 290 305 note: dB(pd):=dB(techn)+100;
+#X text 307 337 this means: 100dB(pd)==unity gain (==1);
+#X text 404 375 0dB(pd)==zero gain (==0);
+#X text 391 354 106dB(pd)~=double gain (==2);
+#X obj 595 43 matrix;
+#X text 465 42 see also help for;
+#X text 44 34 convert dB(pd) to a power value for each element of a
+matrix;
+#X obj 48 134 mtx_dbtopow;
+#X obj 64 330 mtx_powtodb;
+#X obj 64 380 mtx_dbtopow;
+#X obj 599 91 dbtopow;
+#X obj 599 71 mtx_powtodb;
+#X text 188 7 convert dB(pd) to power;
+#X msg 48 80 0 100 97 103;
+#X connect 2 0 9 0;
+#X connect 3 0 5 0;
+#X connect 4 0 3 0;
+#X connect 5 0 22 0;
+#X connect 5 1 6 0;
+#X connect 7 0 23 0;
+#X connect 7 1 11 0;
+#X connect 8 0 2 0;
+#X connect 9 0 21 0;
+#X connect 13 0 21 0;
+#X connect 21 0 10 0;
+#X connect 22 0 7 0;
+#X connect 23 0 12 0;
+#X connect 27 0 13 0;
diff --git a/doc/mtx_powtodb-help.pd b/doc/mtx_powtodb-help.pd
new file mode 100644
index 0000000..c69bf41
--- /dev/null
+++ b/doc/mtx_powtodb-help.pd
@@ -0,0 +1,46 @@
+#N canvas 580 295 687 471 10;
+#X text 458 17 updated for;
+#X obj 546 17 iemmatrix 0.2;
+#X obj 181 90 mtx_eye;
+#X obj 64 258 mtx_rand 4 2;
+#X msg 64 233 bang;
+#X obj 64 307 t a a;
+#X obj 105 307 mtx_print org;
+#X obj 64 357 t a a;
+#X msg 181 71 3 3;
+#X obj 181 110 mtx_* 100;
+#X obj 48 100 mtx 2 2;
+#X text 290 305 note: dB(pd):=dB(techn)+100;
+#X text 307 337 this means: 100dB(pd)==unity gain (==1);
+#X text 404 375 0dB(pd)==zero gain (==0);
+#X text 391 354 106dB(pd)~=double gain (==2);
+#X obj 105 357 mtx_print rms;
+#X obj 64 407 mtx_print db;
+#X msg 48 80 0 1 0.1 2;
+#X obj 64 277 mtx_* 100;
+#X obj 595 43 matrix;
+#X text 465 42 see also help for;
+#X text 188 7 convert power to dB(pd);
+#X text 44 34 convert a power value to dB(pd) to for each element of
+a matrix;
+#X obj 48 134 mtx_powtodb;
+#X obj 48 162 mtx_print powtodb;
+#X obj 64 330 mtx_dbtopow;
+#X obj 64 380 mtx_powtodb;
+#X obj 599 71 mtx_dbtopow;
+#X obj 599 91 powtodb;
+#X connect 2 0 9 0;
+#X connect 3 0 18 0;
+#X connect 4 0 3 0;
+#X connect 5 0 25 0;
+#X connect 5 1 6 0;
+#X connect 7 0 26 0;
+#X connect 7 1 15 0;
+#X connect 8 0 2 0;
+#X connect 9 0 23 0;
+#X connect 10 0 23 0;
+#X connect 17 0 10 0;
+#X connect 18 0 5 0;
+#X connect 23 0 24 0;
+#X connect 25 0 7 0;
+#X connect 26 0 16 0;