NAME

resample - resamples columnar data with uniform spacing

SYNOPSIS

resample step= [start=] [stop=]

DESCRIPTION

resample takes two columnar floating point data with x as the first column and y as the second and performs linear interpolation to regenerate it to stdout with x increasing by step.

resample starts with the first x value and goes up to the last.

An optional start value can be used, otherwise the first x point is used.

An optional stop value can be specified otherwise it will end when x is greater than the last input data point.


XVista index