LPCError:
Filter:
Classes (extension) | UGens > Analysis

LPCError : UGen : AbstractFunction : Object
ExtensionExtension

Linear Predictive Coding Gone Wrong
Source: SLUGens.sc

//SLUGens released under the GNU GPL as extensions for SuperCollider 3, by Nick Collins, http://composerprogrammer.com/index.html 

Description

Experimental use of LPC on a block by block basis. The interesting thing is the imperfections introduced by the resynthesis.

Class Methods

LPCError.ar(input, p: 10, mul: 1.0, add: 0.0)

Arguments:

input

What do you think you put here?

p

Number of filter coefficients with which to model the signal within 64 sample blocks, 1-64.

Inherited class methods

Instance Methods

Inherited instance methods

Examples