This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Master.
I develop Motor Drive using the TMS320F28388D MCU.
now I am test speed control test base on Example Build 4.
when i see the PID_grando_v3.pdf, there is PID Control Block diagram.
the follow fig.
and The runPID() function in the PID_grando.h was also implemented according to the below diagram
the derivative path (in the black box) diagram is something strange to me
I think the general derivative path as i know is the diagram below
Can it be used it as is or can it be modified ?
(if possible, please explain the black box derivative path)
Thanks.
You are right. The intent of the cascaded filter in derivative path is to reduce noise amplifications at high frequencies. You can chose the filter cutoff to be high such that at lower frequencies of interest, this filter would not exist.
This helps in reducing the impact of sampling errors or signal integrity errors.