hello, I'm starting me in programming and I have a doubt how to transform dq0, voltages Va, Vb, Vc are introduced into the Arduino but after how I go from Vabc to Vdq0, someone has a case that can help me? thank you
I think we need more context. Someone might know what you are talking about, but I sure don't.
I am developing a system to control one SMES system, ie I want the Arduino create the PWM signals that controlled the IGBT transistors of an AC / DC converter but for that I need to read an input voltage (abc), and do conversion to dq0.
you need to read a voltage... AC? DC? what voltage range?
And what is "dq0"?
And for that matter, what is "SMES"? Google search doesn't show me an obvious answer.
dq0 transform is a Park transform.
What is your question?
my question is : How can i do a Park transformation, from abc to dq0 ref system in arduino.
Given the limitations of the arduino, I suggest you write the code yourself and not rely on a general matrix library: