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.

TIDM-02009: DF22 control loop parameters

Part Number: TIDM-02009
Other Parts Discussed in Thread: TIDM-02000, SFRA

Hi,

I'm trying to understand how DF22 parameters are calculated and also what is the used crossover frequency and gain margin.

Outer loop parameters are as below;

Fullscreen
1
2
3
4
5
6
7
8
//
// Voltage loop control coefficients
//
#define PSFB_GV_DF22_B0 (0.0076029f * 600.0f)
#define PSFB_GV_DF22_B1 (-0.0133437f * 600.0f)
#define PSFB_GV_DF22_B2 (0.0058360f * 600.0f)
#define PSFB_GV_DF22_A1 (-1.6827997f)
#define PSFB_GV_DF22_A2 (0.6827997f)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

1) Could you please provide formula to obtain crossover frequency of compensator depending on above parameters and design?

2) Could you please provide formula to obtain gain and phase margin depending on above parameters and design?

Thanks in advance.