I was just wondering if anyone would happen to have a VI that calculates the inner product of two given complex numbers? That is my task at the moment. I have to write a code in the programming language of my choice (preferably LabVIEW) that can calculate the above. ANy ideas?
It is pretty much the same thing, just the dot product. It is relatively simple I just wondered if anyone else had done something similar to save me the time. Thanks anyway.
Effectively I am going to have many values of (x1+iy1)* x (x2+iy2) integrated over a distance R where R is a distance where these values exist.