Dear dumitru-daniel.popa
We use AMMCLib, and we get PWM values for complimentary PWM out.
If we use independent PWM.
How will be get the same output.
Example
I the output for PWMA = x,
I need to convert x into xHS(highside) and xLS (lowside) (center aligned)
I tried using
xHS = x;
xLS = 1 - x;
What I would like to observe in oscilloscope that it has same signals as in complementary mode(off course except the dead time)
This work perfectly for values where x =0 or x=1;
But for any other values it does not work (model attached for x = 0.2)
Could you provide an input?
Regards
Rafael