PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: flt

flt.c_apf

aliases: [ceammc/apf->biquad], [apf->biquad]

Allpass filter coefficient calculator for biquad

available since version: 0.9.2


information

Allpass filter is a signal processing filter that passes all frequencies equally in gain, but changes the phase relationship among various frequencies. Most types of filter reduce the amplitude (i.e. the magnitude) of the signal applied to it for some values of frequency, whereas the all-pass filter allows all frequencies through without changes in level. Calculates coefficients for transfer function: H(z)=(b0 + b1z⁻¹ + b2z⁻²)/(1 + a1z⁻¹ + a2z⁻²)

example

arguments:

methods:

properties:

inlets:

outlets:

keywords:

filter biquad hpf allpass

See also: [flt.c_lpf] [hilbert~]

Authors: Serge Poltavsky

License: GPL3 or later