This class implements a linear reconstruction filter. Linear interpolation is a first-degree method that passes a straight line through every two consecutive points of the input signal.
The filter is described by the following interpolation kernel:
In literature h(x) is often referred to as a triangle filter, tent filter, roof function, Chateau function or a Bartlett window.