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.2


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

arguments:

methods:

properties:

inlets:

outlets:

keywords:

filter calc bode frequence response phase plot

See also: [flt.freqz~]

Authors: Serge Poltavsky

License: GPL3 or later