For this project I will be using a AS5147P magnetic rotary encoder to determine absolute position of the rotor shaft. Read more.
Angular velocity, acceleration and jerk will be computed using the Eular method from temporal and angular measurements, some effort is required to smooth these measurements and deal with error. Kalman or more specifically EKF will be used.
REQUIRES: Installing the IBM double pendulum dataset. In the root project directory run...
- npm run simulate:double-pendulum --dataset=14
In the root project directory run...
- npm run simulate:bldc
-
Experiment one alpha50 stdevx1/6 stdev_j1 dataset_14
-
Experiment two alpha50 stdevx1/6 stdev_x0.00016 stdev_j0.0001 dataset_14
-
Experiment three alpha50 stdevx1/6 stdev_x0.00016 stdev_j0.00001 dataset_14