01-26-2018 05:31 AM
Hi all,
I'm facing this challenge too.
My system:
1) RT send only setpoint (via front panel controls);
2) FPGA performs the feedback control loop because the RT couldn't achieve 20kHz in deterministic loop - and this rate is a project requirement. So it means I need to solve the state-space controller, kinematics and reverse kinematics transformations inside FPGA.
My challenge:
Therefore, in order to solve the state-space controller and kinematics, I depend on matrix multiplications, trying to minimize the DSPs usage.
I want to test Linear Algebra Matrix Multiply node for comparing with Muri777 solution, but couldn't find any example (the links mentioned in this post are not working).
Could you, please, post an example of this node, or just help me to understand the correct way of wiring "output valid", "ready for" and "valid" terminals?
03-28-2020 05:13 PM
Hi Murri777.
I acknowledge your work in FPGA Matrix multiplication.
I personally had lots of problems getting my head around. In fact, your 4x4 Matrix multiplication is my starting and ending point.
Thanks.