NLFiltL:
Filter:
Classes (extension) | UGens > Filters

NLFiltL : NLFiltN : UGen : AbstractFunction : Object
ExtensionExtension

Non-linear Filter
Source: bhobGens.sc

Description

Implements the filter Y{n} =a Y{n-1} + b Y{n-2} + d Y^2{n-l} + X{n} - c described in Dobson and sigmoid clipping. This filter is inherently unstable, so pick some sane values and move slowly from there.

Class Methods

NLFiltL.ar(input, a, b, d, c, l, mul: 1.0, add: 0.0)

From superclass: NLFiltN

NLFiltL.kr(input, a, b, d, c, l, mul: 1.0, add: 0.0)

From superclass: NLFiltN

Inherited class methods

Instance Methods

Inherited instance methods

Examples