Tagged Questions
1
vote
1answer
65 views
How to find discrete integral given different time intervals.
I want to implement a PID controller and I'm unsure of how to find the integration part. Normally the integral is calculated as $\sum_{n=1}^{t} e_{n}$, where $e_n$ is the sample error at time n. ...
1
vote
2answers
142 views
Is the integral in a PID controller definite or indefinite?
Would the integral calculated by the PID controller be considered definite or indefinite?