PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: flt

flt.ff_comb~

feed forward comb filter

available since version: 0.9.1


information

Frequency response of a comb filter consists of a series of regularly spaced notches, giving the appearance of a comb Structure of a feedforward comb filter may be described by the following difference equation: y[n] = x[n] + α[n−K] where K is the delay length (measured in samples), and α is a scaling factor applied to the delayed signal

example

arguments:

methods:

properties:

inlets:

outlets:

keywords:

filter comb

See also: [flt.fb_comb~]

Authors: Serge Poltavsky

License: GPL3 or later