Owning Palette: Correlation and Spectral Analysis VIs
Installed With: Advanced Signal Processing Toolkit
Computes the single-sided power spectral density (PSD) of an input 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 |
| 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:
|
| Parameter | Description |
|---|---|
| error in (no error) | Describes error conditions that occur before this VI or function runs. |
| Xt | Specifies the input 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 if you select the From file option in the Data Source section. |
| Parameter | Description |
|---|---|
| error out | Contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces. |
| 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