Dot Product VI
- Updated2025-07-30
- 1 minute(s) read
Computes the dot product of X Vector and Y Vector. The data types you wire to the X Vector and Y Vector inputs determine the polymorphic instance to use.

Let X represent the input sequence X Vector and Y represent the input sequence Y Vector. The VI calculates the dot product X * Y using the following equation.
where n is the number of data points and yi* is the complex conjugate of yi. Notice that the output value X * Y is a scalar value.