Added wheel speed calculation in km/h

This commit is contained in:
EmanuelFeru
2019-06-08 11:24:17 +02:00
parent aee1a958db
commit 116f75dae7
2 changed files with 1 additions and 0 deletions

View File

@ -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