PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: flt

flt.freqz~

compute the frequency response of a digital filter

available since version: 0.9


information

Given the M-order numerator b and N-order denominator a of a digital filter, compute its frequency response: H(eʲʷ) = B(eʲʷ)/A(eʲʷ) = (b⁰+b¹e⁻ʲʷ+…+bᴹe⁻ʲʷᴹ)/(1+a¹e⁻ʲʷ+…+aᴺe⁻ʲʷᴺ)

example

properties:

inlets:

outlets:

keywords:

filter calc bode frequence response phase plot

Authors: Serge Poltavsky

License: GPL3 or later