From 44e3e2d0e046f00f0366e376209f482dfc8018cf Mon Sep 17 00:00:00 2001 From: musil Date: Sat, 9 Dec 2006 02:36:07 +0000 Subject: changed makefile changed README.txt changed help-*.pd to *-help.pd chanded file structure to standard 2nd step new abs and help svn path=/trunk/externals/iemlib/; revision=6757 --- iemabs/1p1z.pd | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 iemabs/1p1z.pd (limited to 'iemabs/1p1z.pd') diff --git a/iemabs/1p1z.pd b/iemabs/1p1z.pd new file mode 100644 index 0000000..a7de663 --- /dev/null +++ b/iemabs/1p1z.pd @@ -0,0 +1,67 @@ +#N canvas 228 263 515 334 10; +#X text 176 295 IEM KUG; +#X obj 22 221 +; +#X text 8 6 1p1z; +#X obj 169 71 inlet; +#X obj 22 49 inlet; +#X obj 22 243 outlet; +#X text 104 22 y[n] = a0*x[n] + a1*x[n-1] + b1*y[n-1]; +#X text 176 53 a0; +#X text 25 34 x[n]; +#X text 24 259 y[n]; +#X obj 206 71 inlet; +#X text 213 53 a1; +#X obj 206 145 f \$2; +#X obj 169 118 f \$1; +#X obj 242 71 inlet; +#X text 249 53 b1; +#X obj 242 167 f \$3; +#X obj 284 52 loadbang; +#X text 64 102 x[n-1]; +#X obj 40 202 +; +#X obj 22 133 *; +#X obj 40 160 *; +#X obj 59 182 *; +#X text 82 143 y[n-1]; +#X obj 284 72 t b b b; +#X obj 40 98 f; +#X obj 59 138 f; +#X obj 22 71 t f b b; +#X obj 352 83 inlet; +#X obj 430 123 inlet; +#X text 346 66 x[n-1]init; +#X text 428 105 y[n-1]init; +#X text 147 202 1.arg: a0; +#X text 147 213 2.arg: a1; +#X text 147 224 3.arg: b1; +#X text 63 5 control-IIR-filter 1.order; +#X text 160 283 musil; +#X text 190 283 @; +#X text 196 283 iem.at; +#X text 111 272 (c) Thomas Musil 2000 - 2005; +#X text 159 305 Graz \, Austria; +#X connect 1 0 5 0; +#X connect 1 0 26 1; +#X connect 3 0 13 0; +#X connect 4 0 27 0; +#X connect 10 0 12 0; +#X connect 12 0 21 1; +#X connect 13 0 20 1; +#X connect 14 0 16 0; +#X connect 16 0 22 1; +#X connect 17 0 24 0; +#X connect 19 0 1 1; +#X connect 20 0 1 0; +#X connect 21 0 19 0; +#X connect 22 0 19 1; +#X connect 24 0 13 0; +#X connect 24 1 12 0; +#X connect 24 2 16 0; +#X connect 25 0 21 0; +#X connect 26 0 22 0; +#X connect 27 0 20 0; +#X connect 27 0 25 1; +#X connect 27 1 25 0; +#X connect 27 2 26 0; +#X connect 28 0 25 1; +#X connect 29 0 26 1; -- cgit v1.2.1