Computes the outer product of a complex X Vector and a complex Y Vector. Details
![]() |
X Vector is the first input vector. |
![]() |
Y Vector is the second input vector. |
![]() |
If one of the input sequences is an empty array, the Outer Product is an empty array. |
![]() |
error returns any error or warning condition from the VI. |
Let X represent the input sequence X Vector and Y represent the input sequence Y Vector. The VI obtains Outer Product using the formula:
where A represents the 2D output sequence Outer Product, n is the number of elements in the input sequence X Vector, and m is the number of elements in the input sequence Y Vector.