Time Series Spectrum Express VI
- Updated2023-02-21
- 4 minute(s) read
Owning Palette: Correlation and Spectral Analysis VIs
Requires: Advanced Signal Processing Toolkit
Computes the single-sided power spectral density (PSD) of a univariate time series with the periodogram, Welch, autoregressive (AR) modeling, autoregressive-moving average (ARMA) modeling, or multiple signal classification (MUSIC) method.
| 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. The valid format of a TXT data file is a file that contains only a 1D real array. |
| File Path Configuration | Contains the following options:
|
| Type | Specifies the spectrum type. Options include Periodogram Spectrum (default), Welch Spectrum, MUSIC Spectrum, AR Spectrum, and ARMA Spectrum. |
| Algorithm Settings | Contains the following options:
|
| Signal and Window | Displays the signal and window. Contains the following option:
|
| Spectrum | 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. |
| PSD | Returns information about the single-sided power spectral density, such as the magnitude and the frequency increment. |
| unit | Returns the selected engineering unit of the estimated power spectral density. |
This Express VI operates similarly to the following VIs and functions:
TSA Periodogram
TSA Welch
TSA AR Spectrum
TSA ARMA Spectrum
TSA MUSIC