Waveform Approximation Using Lagrange Polynomial Interpolation
August 23, 2019
Back to: Sampling & Reconstruction
Reconstructing a waveform π(π‘) from its samples π(ππ) requires some form of interpolation. One of an infinite number of possible methods is Lagrange interpolation, which connects n points using an order-n β 1 polynomial. Examples of this method are presented below.
Order-0 (Stair-Step) Polynomial Interpolation
Order-1 (Line) Polynomial Interpolation
In the examples above, the approximation waveform appears to get βcloserβ to the original waveform as the sample rate increases. As a result of B-splines, the original waveform can be precisely approximated by increasing the sample rate toward infinity.
Particularly, the order-0 interpolation is equivalent to interpolation using the order-0 B-spline N0(t) and the order-1 interpolation using the order-0 B-spline N1(t). The sequence of shifted B-splines (π0(π‘ β ππ)) forms an orthonormal basis, and for any π β₯ 1, the set of shifted B-splinesΒ (πm(π‘ β ππ)) forms a Riesz basis (but not an orthonormal basis).