Created by Jake Janovetz, Viacheslav N. Mezentsev (viacheslavmezentsev@ya.ru) in the scope of SMath project. Published by Вячеслав Мезенцев.
This is Open Source project. Sources shared under MIT Licence and available in public SVN repository.

Features of FIR Filter Design

Version 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).