Time Series Preprocessing Express VI
- Updated2023-02-21
- 5 minute(s) read
Owning Palette: Preprocessing VIs
Requires: Advanced Signal Processing Toolkit
Preprocesses univariate or multivariate (vector) time series by moving average, resampling, detrending, or exponential average.
Dialog Box Options |
Block Diagram Inputs |
Block Diagram Outputs |
Dialog Box Options
Parameter | Description |
---|---|
Data Source | Specifies whether this Express VI reads data from a block diagram input terminal or from a file. From terminal specifies that this Express VI reads data from a block diagram input terminal. From file specifies that this Express VI reads data from a file. This Express VI can read data from waveform, WAV, or TXT files. Waveform and TXT files can contain single-channel or multi-channel data. WAV files can contain only single-channel data. |
File Path Configuration | Contains the following options:
|
System Dimensions | Specifies the dimensions of the input signal. Options include Single channel and Multiple channels. System Dimensions is available only when you select From terminal in Data Source. When you select From file in Data Source, this VI determines the dimensions of the time series automatically according to the file content. |
Data Type | Specifies the data type for the input signal or signals. Options include Array and Waveform. Data Type is available only when you select From terminal in Data Source. When you select From file in Data Source, this VI determines the data type of the time series automatically according to the file content. |
Configuration | Contains the following options:
|
Algorithm settings | Specifies the settings for the preprocessing algorithm. Contains the following options:
|
Original and Processed Signal | Contains the following options:
|
Block Diagram Inputs
Parameter | Description |
---|---|
error in (no error) | Describes error conditions that occur before this node runs. |
Xt | Specifies the time series. Xt is available only when you select From terminal in Data Source. |
File path | Specifies the file path of the data you want to load. This input is available only when you select the From file option in the Data Source section. |
Block Diagram Outputs
Parameter | Description |
---|---|
error out | Contains error information. This output provides standard error out functionality. |
Xt filtered | Returns the processed time series. This output returns the filtered time series. This output is available only when you select Moving Average from the Method list in the Time Series Preprocessing dialog box. |
Xt resampled | Returns the processed time series. This output returns the resampled time series. This output is available only when you select Resampling from the Method list in the Time Series Preprocessing dialog box. |
Xt detrended | Returns the processed time series. This output returns the detrended time series. This output is available only when you select Detrending from the Method list in the Time Series Preprocessing dialog box. |
Trend | Returns the trend of the input time series. This output is available only when you select Detrending from the Method list. |
Xt averaged | Returns the processed time series. This output returns the averaged time series. This output is available only when you select Exponential Average from the Method list in the Time Series Preprocessing dialog box. |
This Express VI operates similarly to the following VIs and functions:
TSA Detrend
TSA Exponential Average
TSA Moving Average
TSA Resampling