PureData CEAMMC library web documentation
доступно с версии: 0.9.2
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⁻²)
@freq
Запросить/установить center frequency
тип: float
единица: Hz
диапазон: 0..22050
по умолчанию: 0
@q
Запросить/установить quality factor: @freq/BANDWIDTH
тип: float
диапазон: 0.01..100
по умолчанию: 0.7071
@rad (initonly)
Запросить/установить use angular frequency
тип: flag
Смотрите также: [flt.c_lpf] [hilbert~]
Авторы: Serge Poltavsky
Лицензия: GPL3 or later