Performs continuous element-wise alignment of waveforms and returns the aligned waveforms.
An array of waveforms to align.
Algorithm this nodes uses to perform alignment of waveforms.
Name | Value | Description |
---|---|---|
coerce | 0 | This node sets each output sample value to the input sample value that is closest to it in time. |
linear | 1 | This node sets each output sample value to the linear interpolation between the two input samples that are closest to it in time. |
spline | 2 | This node uses the spline interpolation algorithm to compute the resampled values. |
FIR filter | 3 | This node uses a finite impulse response (FIR) filtering algorithm to compute the resampled values. |
Default: linear
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Default: No error
Minimum values this node needs to specify the FIR filter.
Minimum attenuation level of signal components aliased after any resampling operation.
Default: 120
Fraction of the new sampling rate that is not attenuated.
Default: 0.4536
Aligned waveforms.
Error information.
The node produces this output according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Where This Node Can Run:
Desktop OS: Windows
FPGA: This product does not support FPGA devices
Web Server: Not supported in VIs that run in a web application