Problem with Block "Park to Clarke Angle Transform" 2018b
조회 수: 26 (최근 30일)
이전 댓글 표시
Hello,
I have some problems with the Simscape Block "Park to Clarke Angle Transform".
in the helb ther ist the same Matrix that I normaly use:
[alpha = [ cos(phi) -sin(phi) * [ d
betta ] sin(phi) cos(phi) ] q]
if I look under the Mask in the function blocks there ist:
[alpha = [ cos(offset-phi) +sin(offset-phi) * [ d
betta ] -sin(offset-phi) cos(offset-phi) ] q]
I use the a-axis to d-axis aligen.
So what ist the reasen for this change and why my controller only work with the Matlab Matrix?
Thanks Andy
댓글 수: 0
답변 (1개)
Sabin
2023년 9월 27일
In this block 'offset' can be either 0 for D-axis alignment or pi/2 for Q-axis alignment. If a-axis is aligned with d-axis, offset=0 and the two matrices are equal. That is because sin(-phi)=-sin(phi) and cos(-phi)=cos(phi).
댓글 수: 0
커뮤니티
더 많은 답변 보기: Power Electronics Community
참고 항목
카테고리
Help Center 및 File Exchange에서 Mathematical Transforms에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!