How to implement a abc to dq Park's transformation by writing a code in mfile (and not using Simulink) in order to generate the vector in the rotating fame.
3 次查看(过去 30 天)
显示 更早的评论
In order to convert abc three phase AC variables into two phase AC variables with stationary frame of reference by using Clerk transformation then we have to convert aplha beta AC variables into two DC variables i.e; d and q, with help of Park transformation. I need a matlab code in order to generate the vector in both Clerk and PArk transformations. Please help me
0 个评论
回答(1 个)
Sabin
2023-1-30
Just put the Park equations in a an m file. This is quite straitforward as there is no integration or derivation needed just summation of sin and cos. Equations are given here:
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!