<< Chapter < Page | Chapter >> Page > |
Lagrange's interpolation method is a simple and clever way of finding the unique th-order polynomial that exactly passes through distinct samples of a signal. Once the polynomial is known, its value can easily be interpolated at any pointusing the polynomial equation. Lagrange interpolation is useful in many applications, including Parks-McClellan FIR Filter Design .
Given an th-order polynomial and values of at different , , , , the polynomial can be written as The value of this polynomial at other can be computed via substitution into this formula, or by expanding this formula to determine the polynomial coefficients in standard form.
Note that for each term in the Lagrange interpolation formula above, and that it is an th-order polynomial in . The Lagrange interpolation formula is thus exactly equal to at all , and as a sum of th-order polynomials is itself an th-order polynomial.
It can be shown that the Vandermonde matrix has a non-zero determinant and is thus invertible, so the th-order polynomial passing through all sample points is unique. Thus the Lagrange polynomial expressions, as an th-order polynomial passing through the sample points, must be the unique .
Notification Switch
Would you like to follow the 'Digital filter design' conversation and receive update notifications?