firstly , i want to implement my project . i already have Test-rig and make my mathematical model to get the plant transfer function to build my control which achieve the stability for my project.
Secondly, to understand what i do . i have USB camera which sense the object position on my workspace with my algorithm and camera calibration which i built , i get the object position in (mm) . then the actual object position compare with the desired position (which i want) then sent error position to the control (LQG) that achieved stability to the position , the control output are (rad/sec) .
i want to send the control output signal to the stepper motor through Arduino to move incline my workspace to move the object to the desired position . the situation that the control signal are variant depend on the object position so the stepper motor pulses are variable depend on control signal .
Finally , i understand that there are big difference between simulation and real life but also i think also you know that Matlab/Simulink are used in many projects to implement it in real life.