I have a characteristic equation of a time-delay system and i can\'t define it with StateSpaceModel or TransferFunctionModel command in Mathematica; Because these commands only work for linear systems
I have implemented a PID function using the formula, correction = Kp * error + Kd * (error - prevError) + kI * (sum of errors)
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing