Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

algorithm discuss #4

Open
Dyd-dyd opened this issue May 8, 2024 · 3 comments
Open

algorithm discuss #4

Dyd-dyd opened this issue May 8, 2024 · 3 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@Dyd-dyd
Copy link

Dyd-dyd commented May 8, 2024

Hello, I am learning the control algorithm of PMSM, I am interested in your extended Kalman filter, but in your algorithm, there is no description of the extended Kalman algorithm, can you tell me the extended Kalman equation you use or the corresponding article,thank you very much.

@rombrew
Copy link
Owner

rombrew commented May 9, 2024

Hi, my EKF is a fusion from different articles. You can find my state-space ODE in pm_kalman_equation function. Also look at this matlab/octave code from the photo where I have calculated the partial derivatives of the state and observation equations. Most difficult part to understand is observation model in pseudo DQ axes. In fact it is fixed axes that aligned with estimated DQ axes at the moment of measurement.

pmsm

@rombrew rombrew self-assigned this May 9, 2024
@rombrew rombrew added the documentation Improvements or additions to documentation label May 9, 2024
@Dyd-dyd
Copy link
Author

Dyd-dyd commented May 10, 2024

Thank you for your selfless sharing。

@rombrew
Copy link
Owner

rombrew commented Sep 1, 2024

Made a new Kalman observer in stationary frame. Added octave source of Jacobian matrix calculation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants