Signal Operation PtByPt VIs

Owning Palette: Point By Point VIs

Requires: Full Development System. This topic might not match its corresponding palette in LabVIEW depending on your operating system, licensed product(s), and target.

Use the Signal Operation PtByPt VIs to perform common one- and two-dimensional numerical analysis.

The VIs on this palette can return point by point error codes.

Palette ObjectDescription
AC & DC Estimator PtByPtComputes an estimation of the AC and DC levels of the input signal.
AutoCorrelation PtByPtComputes the autocorrelation of the set of input data points specified by sample length x.
Convolution PtByPtComputes the convolution of x and y.
CrossCorrelation PtByPtComputes the cross correlation of x and y.
Deconvolution PtByPtComputes the deconvolution of x*y and y.
Peak Detector PtByPtFinds the location of peaks or valleys in the set of input data points specified by width.
Quick Scale 1D PtByPtDetermines the maximum absolute value contained in the set of input data points specified by sample length and then scales the set of input data points using the absolute value.
Scale 1D PtByPtDetermines scale and offset and scales the set of input data specified by sample length using these values.
Threshold Detector PtByPtAnalyzes the set of input data points specified by width for valid peaks and detects the set of points that exceed the threshold in a valid peak.
Unit Vector PtByPtFinds the norm of the set of input data points specified by sample length and obtains its corresponding Unit Vector by normalizing the original set of input data points with its norm.
Unwrap Phase PtByPtUnwraps phase by eliminating discontinuities whose absolute values exceed half of wrap base.
Y[i]=Clip{X[i]} PtByPtClips x to within the bounds specified by upper limit and lower limit.
Y[i]=X[i-n] PtByPtShifts x by shifts: n samples.