PureData CEAMMC library web documentation
доступно с версии: 0.9.2
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⁻ʲʷᴺ)
b0 b0
тип: float
обязательно: True
b1 b1
тип: float
обязательно: True
b2 b2
тип: float
обязательно: True
a1 a1
тип: float
обязательно: True
a2 a2
тип: float
обязательно: True
@a
Запросить/установить denominator (poles) coefficients. 'a0' always implicitly set to 1, property
value set a1…an coefficients
тип: list
@b
Запросить/установить numerator (zeros) coefficients
тип: list
по умолчанию: 1
@n
Запросить/установить number of points
тип: int
диапазон: 4..1024
по умолчанию: 256
@db
Запросить/установить output amp response in db scale
тип: bool
по умолчанию: 0
filter calc bode frequence response phase plot
Смотрите также: [flt.freqz~]
Авторы: Serge Poltavsky
Лицензия: GPL3 or later