02-13-2018 11:53 AM
I am looking for a working example of the Linear Algebra Matrix Multiply function.
The goal is to multiply a 3x4 matrix with 4x1 Vector giving a 3x1 vector.
Attached is what I have so far, but it is not working correctly, because I am obviously not feeding the right matrix row into the Multiply block.
Any help would be very appreciated...
Best regards,
Michael
02-14-2018 07:02 AM
Did you review:
https://zone.ni.com/reference/en-XX/help/371599M-01/lvfpgaconcepts/linearalgebra_configure_mm/
02-14-2018 10:54 AM
Thanks for considering, Terry.
Yes I did review it, but the cited discussion thread did not end with a suitable solution:
Since I am new to LabView and LabView FPGA, I can not deduce, how to feed the lines of the matrix to the block for larger matrices (>2 lines) and how to feed in the vectors one after another, since there is obviously some handshaking necessary.