List of MATLAB Programs for Chapter 9

  • bfgs_minimax.m: BFGS minimax algorithm used by the minimax algorithm for the design of linear-phase FIR filters

  • f_minimax.m: Function used to evaluate the objective function in the minimax algorithm for the design linear-phase FIR filters

  • fir_least_squares.m: Least-squares algorithm for the design of linear-phase FIR filters

  • fir_minimax.m: Minimax algorithm for the design of linear-phase FIR filters

  • g_minimax.m: Function used to evaluate the gradient in the minimax algorithm for the design of linear-phase FIR filters

  • h_minimax.m: Function used to evaluate the Hessian in the minimax algorithm for the design of linear-phase FIR filters

  • inex_lsearch.m: Inexact line search used in the minimax algorithm for the design of linear-phase FIR fFilters

  • newton_minimax.m: Newton algorithm used in the minimax algorithm for the design of linear-phase FIR filters