Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.41 KB

README.md

File metadata and controls

16 lines (12 loc) · 1.41 KB

Remez exchange algorithm for MATLAB

Version Number BSD 3-Clause License View on File Exchange Build and test status Open in MATLAB Online

The function remezex() provides an implementation of the Remez exchange algorithm for MATLAB®. It finds a polynomial approximation to a given function over an interval by minimizing the maximal absolute difference. See the Remez algorithm Wikipedia article for background information.

Package includes the function implementation of remezex() in the file remezex.mlx and an application demonstration in remezex_demo.mlx.

This package was inspired by remez-algorithm by Sherif A. Tawfik and by remez-matlab by Nicholas J. Fraser.