Complex To Re Im VI
- Updated2023-02-21
- 3 minute(s) read
Complex To Re Im VI
Owning Palette: Complex VIs
Requires: Multicore Analysis and Sparse Matrix Toolkit
Breaks the real and imaginary parts of a complex sparse matrix into two real sparse matrices.
Wire data to the A + iB input to determine the polymorphic instance to use or manually select the instance.
Complex Sparse Matrix To Re Im (DBL)

![]() |
A + iB specifies a complex sparse matrix to separate into real and imaginary parts. |
![]() |
A returns a real sparse matrix whose elements are the real parts of the elements in A + iB. |
![]() |
B returns a real sparse matrix whose elements are the imaginary parts of the elements in A + iB. |
Complex Sparse Matrix To Re Im (SGL)

![]() |
A + iB specifies a complex sparse matrix to separate into real and imaginary parts. |
![]() |
A returns a real sparse matrix whose elements are the real parts of the elements in A + iB. |
![]() |
B returns a real sparse matrix whose elements are the imaginary parts of the elements in A + iB. |
Complex Sparse Matrix To Re Im (CDB)

![]() |
A + iB specifies a complex sparse matrix to separate into real and imaginary parts. |
![]() |
A returns a real sparse matrix whose elements are the real parts of the elements in A + iB. |
![]() |
B returns a real sparse matrix whose elements are the imaginary parts of the elements in A + iB. |
Complex Sparse Matrix To Re Im (CSG)

![]() |
A + iB specifies a complex sparse matrix to separate into real and imaginary parts. |
![]() |
A returns a real sparse matrix whose elements are the real parts of the elements in A + iB. |
![]() |
B returns a real sparse matrix whose elements are the imaginary parts of the elements in A + iB. |
Complex To Re Im Details
The following table lists the support characteristics of this VI.
| Supported on RT targets | Yes |
| Suitable for bounded execution times on RT | No |

