Overview
This block computes the conjugate dot product (or inner product) between two vectors, the input
and taps
vectors. Given a set of num_points
taps, the result is the sum of products between the input vector and the conjugate of the taps. The result is a single value stored in the result
address and is returned as a complex float.
Dispatcher Prototype
Inputs
input
and taps
.Outputs
Example