LabVIEW Multicore Analysis and Sparse Matrix Toolkit API Reference

Re Im To Complex VI

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

Re Im To Complex VI

Owning Palette: Complex VIs

Requires: Multicore Analysis and Sparse Matrix Toolkit

Creates a complex sparse matrix from two real sparse matrices containing real and imaginary parts, respectively.

Wire data to the A and B inputs to determine the polymorphic instance to use or manually select the instance.

Details  

Re Im to Complex Sparse Matrix (DBL)

A specifies a real sparse matrix containing the real parts to create A + iB. The number of rows and columns in A must be equal to the number of rows and columns in B, respectively.
B specifies a real sparse matrix containing the imaginary parts to create A + iB. The number of rows and columns in B must be equal to the number of rows and columns in A, respectively.
A + iB returns a complex sparse matrix with A and B as its real and imaginary parts, respectively.

Re Im to Complex Sparse Matrix (SGL)

A specifies a real sparse matrix containing the real parts to create A + iB. The number of rows and columns in A must be equal to the number of rows and columns in B, respectively.
B specifies a real sparse matrix containing the imaginary parts to create A + iB. The number of rows and columns in B must be equal to the number of rows and columns in A, respectively.
A + iB returns a complex sparse matrix with A and B as its real and imaginary parts, respectively.

Re Im To Complex Details

The following table lists the support characteristics of this VI.

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

Log in to get a better experience