Time Series Modeling Express VI
- Updated2023-02-21
- 4 minute(s) read
Owning Palette: Modeling and Prediction VIs
Requires: Advanced Signal Processing Toolkit
Builds dynamic models of the univariate or multivariate (vector) time series. You can specify the model orders automatically or manually when building models.
| 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:
|
| Signal and Noise Auto-correlation | Displays the signal and noise auto-correlation.
|
| Model Settings | Specifies the settings of the model. Contains the following options:
|
| System Settings | Specifies the system dimensions and data type.
|
| Order Estimation | This tab is available only when you select AR in Type and Single channel in System Dimensions. 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 |
|---|---|
| AR coefficients | Returns the estimated AR coefficients. This output is available only when you select AR or ARMA in Type. |
| MA coefficients | Returns the estimated MA coefficients. This output is available only when you select MA or ARMA in Type. |
| noise | Returns the estimated white noise series of the system model. |
| error out | Contains error information. This output provides standard error out functionality. |
This Express VI operates similarly to the following VIs and functions:
TSA AR Modeling Order
TSA AR Modeling
TSA MA Modeling
TSA ARMA Modeling