Recommendations
Disc filtration system Hidrosolo
Resample series
Default

Input data

x values

y values

New x values

Output data

New y values

Description

The "Resample series" operation allows you to adjust an existing data series to a new set of data points using linear interpolation. This feature is useful for transforming the data of a series into a new set of values as specified by the input series New x values. It takes a series of x values and a corresponding series of y values and calculates new y values for the points specified in New x values.

 

How It Works:

  • Inputs:

    • x values: Series of numbers representing the original x data points (minimum of 1 row, maximum of 100 rows).
    • y values: Series of numbers representing the original y data points (minimum of 1 row, maximum of 300 rows).
    • New x values: Series of numbers representing the new x points for which the y values need to be calculated.
  • Output:

    • New y values: Series of new y values corresponding to the new x values, calculated based on the input series using linear interpolation.

This functionality is valuable in data analysis and signal processing, where adjusting or modifying the sampling of data to a new set of points is necessary.