packageTransforms

Transform functions

Extends from Icons.Base (Package icon 'Base').

Information

up users guide

Parameters

TypeNameDefaultDescription
RealPark0[[2, -1, -1]/sqrt(6); [0, 1, -1]/sqrt(2); [1, 1, 1]/sqrt(3)]Orthogonal transform = Park(theta=0)
RealJ_abc[0, -1, 1; 1, 0, -1; -1, 1, 0]/sqrt(3)Rotation (pi/2) around {1,1,1} and projection on orth plane
RealJ_dqo[0, -1, 0; 1, 0, 0; 0, 0, 0]Rotation (pi/2) around {0,0,1} and projection on orth plane

Contents

NameDescription
j_abcRotation(pi/2) of vector around {1,1,1} and projection on orth plane
jj_abcRotation(pi/2) of vector around {1,1,1} and projection on orth plane
j_dqoRotation(pi/2) of vector around {0,0,1} and projection on orth plane
jj_dqoRotation(pi/2) of vector around {0,0,1} and projection on orth plane
parkPark transform
der_parkDerivative of Park transform
der2_park2nd derivative of Park transform
rotation_dqRotation matrix dq
der_rotation_dqDerivative of rotation matrix dq
der2_rotation_dq2nd derivative of rotation matrix dq
rotation_abcRotation matrix abc
der_rotation_abcDerivative of rotation matrix abc
der2_rotation_abc2nd derivative of rotation matrix abc
permutationPermutation of vector components
der_permutationDerivative of permutation of vector components
der2_permutation2nd derivative of permutation of vector components