Jake Janovetz, Viacheslav N. Mezentsev (viacheslavmezentsev@ya.ru)SMath项目的作用域中创建。由Вячеслав Мезенцев发布。
这是一个开源项目。MIT许可证下共享的源代码SVN存储库

Features of FIR Filter Design

版本1.0.8187.41094

Functions

Additional components that add new mathematical functions to the SMath Studio program, necessary for solving problems from various fields.

  1. remez("1:vector", "2:vector", "3:vector", "4:number")
    (vg,vr,vw,n) returns coefficients for an FIR filter of length n (Remez exchange algorithm).
  2. remez2("1:vector", "2:vector", "3:vector", "4:number")
    (vg,vr,vw,n) returns coefficients for an FIR filter of length n (Remez exchange algorithm).