remezfirpm
remezfirpm is a function associated with the design of finite impulse response (FIR) filters using the Remez exchange algorithm, also known as the Parks–McClellan algorithm. It computes linear-phase FIR filters that best approximate a desired frequency response in the minimax sense by minimizing the maximum error across specified frequency bands.
Typically, remezfirpm takes as input the filter order (or length), a specification of frequency bands, the desired
Algorithmically, the Remez exchange process iteratively selects extremal frequencies where the approximation error is largest, then
In practice, remezfirpm is available in MATLAB’s signal processing toolboxes as an interface to the Parks–McClellan