Resample('Expression','Basis','interpolate'=TRUE)
Arguments
|
'Expression' |
Signal or expression to resample |
|
'Base' |
New sampling rate of the result |
|
'interpolate' |
Optional parameter to prevent the automatic interpolation for the new measured values |
Description
This operation returns the signal trend of 'Expression' with a new time basis. The momentary values are transferred from the original curve chronologically correct in line with the new time base, so that the length of the new curve remains practically the same. You can also use this function for length based signals. In this case, enter the value of a distance in m rather than a time value.
Tip |
|
|---|---|
|
A curve can be graphically smoothed if a larger time basis is used in the Resample function because fewer points are connected to each other. The values are not averaged. |
|
