class="resources" Outer Product - LabVIEW 7.1 Help - Support - National Instruments
Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

Outer Product

Computes the outer product of X Vector and Y Vector. You can use this polymorphic VI to compute a real outer product or a complex outer product. The data types you wire to the X Vector and Y Vector inputs determine the polymorphic instance to use. Details  

Real Outer Product

X Vector is the first input vector.
Y Vector is the second input vector.
Outer Product is the outer product. If one of the input sequences is an empty array, Outer Product is an empty array.
error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster.

Complex Outer Product

X Vector is the first input vector
Y Vector is the second input vector.
Outer Product is the complex outer product. If one of the input sequences is an empty array, the Outer Product is an empty array.
error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster.

Outer Product Details

Let X represent the input sequence X Vector and Y represent the input sequence Y Vector. The VI calculates Outer Product using the following equation.

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.


Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit