Resample Table

../../../../_images/resample.svg

Performs interpolation or resampling of table data. Copies any table attributes from input to output and adds a new attribute with the resample factor.

The selected time signals are resampled linearly, while all other signals (unselected in the menu) with the selected method.

If the input table has sample rate or frequency attributes then they are multiplied by the resample rate

Definition

Input ports

value table

Table to resample

Output ports

out table

Result table

Configuration

Method (method)

Interpolation method used. The interpolation methods should only be used for upsampling

Resample factor (resample factor)

Multiplicative factor for resampling, eg. value 2.0 means that twice as many datapoints will be generated in the output

Time signal(s) (time signals)

Time signals will always be resampled using linear interpolation

Implementation

class node_resample.ResampleTable[source]