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