You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Might the remez() function fail to produce useful results mostly because complexity is incorrectly calculated?
--> complexity = sum(csdsize2(f1)) + (2*n1-1)*(n2+sum(csdsize2(f2))-1)
csdsize2() was created to facilitate the complexity calculation, but the original logic was never really well understood. Operations on the {.val,.csd} structure arrays are somewhat difficult to decipher.
The original code required the use of
firls()
in certain (not atypical) cases.The text was updated successfully, but these errors were encountered: