From 577ac6e80ff4f436fbd054291ed7dddbc31bd49a Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 18 May 2004 21:33:33 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r1738, which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/iemlib/; revision=1739 --- iemabs/1p1z.pd | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 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..bc17882 --- /dev/null +++ b/iemabs/1p1z.pd @@ -0,0 +1,64 @@ +#N canvas 228 263 511 330 10; +#X text 6 279 (c) musil@iem.kug.ac.at; +#X text 48 289 IEM KUG; +#X obj 22 221 +; +#X text 8 6 1p1z; +#X text 23 298 graz \, austria 2001; +#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 connect 2 0 7 0; +#X connect 2 0 28 1; +#X connect 5 0 15 0; +#X connect 6 0 29 0; +#X connect 12 0 14 0; +#X connect 14 0 23 1; +#X connect 15 0 22 1; +#X connect 16 0 18 0; +#X connect 18 0 24 1; +#X connect 19 0 26 0; +#X connect 21 0 2 1; +#X connect 22 0 2 0; +#X connect 23 0 21 0; +#X connect 24 0 21 1; +#X connect 26 0 15 0; +#X connect 26 1 14 0; +#X connect 26 2 18 0; +#X connect 27 0 23 0; +#X connect 28 0 24 0; +#X connect 29 0 22 0; +#X connect 29 0 27 1; +#X connect 29 1 27 0; +#X connect 29 2 28 0; +#X connect 30 0 27 1; +#X connect 31 0 28 1; -- cgit v1.2.1