LabVIEW Multicore Analysis and Sparse Matrix Toolkit API Reference

Power Spectrum VI

  • Updated2023-02-21
  • 3 minute(s) read

Power Spectrum VI

Owning Palette: Spectral Analysis VIs

Requires: Multicore Analysis and Sparse Matrix Toolkit

Computes the double-sided power spectrum of a time-domain signal X.

Wire data to the X input to determine the polymorphic instance to use or manually select the instance.

Details  

Power Spectrum (DBL)

X specifies the input time-domain signal.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Power Spectrum returns the double-sided power spectrum of X.
error out contains error information. This output provides standard error out functionality.

Power Spectrum (SGL)

X specifies the input time-domain signal.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Power Spectrum returns the double-sided power spectrum of X.
error out contains error information. This output provides standard error out functionality.

Power Spectrum (CDB)

X specifies the input time-domain signal.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Power Spectrum returns the double-sided power spectrum of X.
error out contains error information. This output provides standard error out functionality.

Power Spectrum (CSG)

X specifies the input time-domain signal.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Power Spectrum returns the double-sided power spectrum of X.
error out contains error information. This output provides standard error out functionality.

Power Spectrum Details

The following table lists the support characteristics of this VI.

Supported on RT targets Yes
Suitable for bounded execution times on RT Yes

This VI computes the double-sided power spectrum using the following equation.

where Pdouble is the double-sided Power Spectrum and n is the size of X.

Refer to the Details section in the Power Spectrum VI for more details about this VI.

Log in to get a better experience