Array Dot Product

 

Description

This component is meant to be used for the dot product of 2 arrays. For example, you can use the dot product of 3-phase voltages and currents to measure the instantaneous power.  Mathematically:

 

 

Where n is the dimension of the input data signal arrays.  

Complex Signals

If the input signal is of complex-type, the output is defined as:

 

 

Where A and B are vectors of same size.

Real and Integer Signals

If the input signal is of real or integer-type, the output is defined as:

 

 

Where A and B are vectors of same size.

 

Note that the input will assume the dimension of the data signal to which it is connected.

Input Parameters

ConfigurationConfiguration

 

 Name for Identification

 

Text

 

Optional text parameter for identification of the component.

 

 

 

 

 

Data Path Type

 

Choice

 

Select Real, Integer or Complex.  

 

This input specifies the type of the input signal, and hence the type of the output signal as well.