MATLAB: Half bridge LLC resonant converter transfer function

digital compensatorllc resonant converter

Hello Everyone
I am trying to design digital compensator for half bridge LLC resonant converter, I need help to calculate the transfer of the open loop converter. If anyone has a matlab code to find the transfer function please share it with me on my email syed_shah@seu.edu.cn. Thanks in advance.
Regards,
Syed shah

Best Answer

In order to calculate the transfer of the open loop converter we can use the function getLoopTransfer(T,Locations) which returns the point-to-point open-loop transfer function of a control system measured at specified analysis points. The details of using this function can be found in this link.
Related Question