List of MATLAB Programs for Chapter 16

  • find_feasi.m: Finds a vector x0 = [x1 x2 ... xn]' such that linear inequality constraint A*x0 > b is satisfied.

  • lowpass_qp.m: Implements the least-squares design of linear-phase lowpass FIR filters described in Sec. 16.2.1.

  • qp_path_ie.m: Implements a primal-dual path-following algorithm that applies the method in Sec. 13.4.3 to the QP problem in Eq. (13.12).