Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
foc.h
00001 #ifndef FOC_H 00002 #define FOC_H 00003 00004 #include "structs.h" 00005 #include "PositionSensor.h" 00006 #include "mbed.h" 00007 #include "hw_config.h" 00008 #include "math.h" 00009 #include "math_ops.h" 00010 #include "motor_config.h" 00011 #include "current_controller_config.h" 00012 #include "user_config.h" 00013 00014 void abc(float theta, float d, float q, float *a, float *b, float *c); 00015 void dq0(float theta, float a, float b, float c, float *d, float *q); 00016 void svm(float v_bus, float u, float v, float w, float *dtc_u, float *dtc_v, float *dtc_w); 00017 void zero_current(int *offset_1, int *offset_2); 00018 void reset_foc(ControllerStruct *controller); 00019 void reset_observer(ObserverStruct *observer); 00020 void init_controller_params(ControllerStruct *controller); 00021 void commutate(ControllerStruct *controller, ObserverStruct *observer, GPIOStruct *gpio, float theta); 00022 void torque_control(ControllerStruct *controller); 00023 void limit_current_ref (ControllerStruct *controller); 00024 void linearize_dtc(float *dtc); 00025 #endif
Generated on Wed Jul 13 2022 14:29:27 by
1.7.2