TLinearKernel

Ancestors

TPersistent
   |
TCustomKernel

Description

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.

Reference

Methods Properties
In TLinearKernel:
Filter
GetWidth
In TCustomKernel:
Changed Observer
Create
RangeCheck

See Also

Examples