Linear Programming (LP)
If we can get our filter or window design problems in the form
![]() |
(4.60) |
where
The linprog function in Matlab Optimization Toolbox solves LP problems. In Octave, one can use glpk instead (from the GNU GLPK library).
Next Section:
LP Formulation of Chebyshev Window Design
Previous Section:
General Rule




![\begin{displaymath}\begin{array}[t]{ll} \mathrm{minimize} & f^{T}x\\ \mathrm{subject}\, \mathrm{to} & \begin{array}[t]{l} \mathbf{A}_{eq}x=b_{eq}\\ \mathbf{A}x\le b\end{array}, \end{array}\end{displaymath}](http://www.dsprelated.com/josimages_new/sasp2/img581.png)



