Preprocessing VIs
- Updated2023-02-21
- 1 minute(s) read
Owning Palette: Time Series Analysis VIs
Requires: Advanced Signal Processing Toolkit. This topic might not match its corresponding palette in LabVIEW depending on your operating system, licensed product(s), and target.
Use the Preprocessing VIs to perform the following operations on a univariate or multivariate (vector) time series: moving average, resampling, detrending, and exponential average.
The VIs on this palette can return general LabVIEW error codes or specific Time Series Analysis error codes.
| Palette Object | Description |
|---|---|
| Time Series Preprocessing | Preprocesses univariate or multivariate (vector) time series by moving average, resampling, detrending, or exponential average. |
| TSA Detrend | Removes the trend from a univariate or multivariate (vector) time series. This VI estimates the trend with curve-fitting methods. Wire data to the Xt input to determine the polymorphic instance to use or manually select the instance. |
| TSA Exponential Average | Performs exponential average on a univariate or multivariate (vector) time series. This VI returns a smoothed time series. Wire data to the Xt input to determine the polymorphic instance to use or manually select the instance. |
| TSA Moving Average | Performs moving average on a univariate or multivariate (vector) time series to smooth out fluctuations or to estimate the trend of the time series. Wire data to the Xt input to determine the polymorphic instance to use or manually select the instance. |
| TSA Resampling | Resamples the equally- or unequally-sampled time series into a new time series with a specified time interval using the interpolation method. Wire data to the Xt input to determine the polymorphic instance to use or manually select the instance. |