diff --git a/01_Matlab/BLDCmotorControl_R2017b.slx b/01_Matlab/BLDCmotorControl_R2017b.slx index f24d1b1..113df6a 100644 Binary files a/01_Matlab/BLDCmotorControl_R2017b.slx and b/01_Matlab/BLDCmotorControl_R2017b.slx differ diff --git a/01_Matlab/init_model.m b/01_Matlab/init_model.m index b107619..60dda1f 100644 --- a/01_Matlab/init_model.m +++ b/01_Matlab/init_model.m @@ -50,6 +50,7 @@ n_polePairs = 15; % [-] Number of pole pairs a_elecPeriod = 360; % [deg] Electrical angle period a_elecAngle = 60; % [deg] Electrical angle between two Hall sensor changing events a_mechAngle = a_elecAngle / n_polePairs; % [deg] Mechanical angle +r_whl = 6.5 * 2.54 * 1e-2 / 2; % [m] Wheel radius. Diameter = 6.5 inch (1 inch = 2.54 cm) %% F01_Preliminary_Calculations