FIR Digital Filter Design
Optimal FIR Digital Filter Design
Chebyshev Optimal Linear Phase filter DesignSearch Spectral Audio Signal Processing
Would you like to be notified by email when Julius Orion Smith III publishes a new entry into his blog?
Consider the
-norm minimization problem:
We said earlier that the
norm of a vector is the maximum
element of that vector, hence minimizing the
norm is
minimizing the maximum element of a vector:
We can then write this as:
If we introduce a new variable
Hence we are minimizing a linear objective, subject to a set of linear constraints. This is known as a linear programming problem (linprog in Matlab).
