Hallo, padawan12 hat gesagt: // padawan12 wrote:
So another way I came up with was to use [z~] to delay a squarewave by a sample and then subtract it from itself leaving just an isolated value set to 1.0. Afair that worked okay.
Nice idea. You can also just send the square through [rzero~ 1] which does this: y[n] = x[n] - a[n] * x[n-1] usind a=1 then. See att.
Frank Barknecht _ ______footils.org_ __goto10.org__