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,
I am developing a digital boost converter, we are currently using an analog converter which has the following feed back voltage compensator. I want to get the same dynamic performance, therefore i want to program this into the digital converter. If without Cc2 it is a PI, but with Cc2 , is there a format in the DigitalControlLibrary that I can use?
Hi Shengnan,
It looks like you are implementing a type-2 compensator with Operational Transconductance Amplifier (OTA) like this one below?
If this is the case, you should be able to get the equivalent digital compensator with 2 pole 2 zero (2p2z) configuration. In DCL library, you can pick the DF22 form.
For coefficient, you can refer to this document to derive the transfer function of your compensator, and derive the digital equivalence accordingly.
Regards,
Han