Path: Electrical/Motor
% Motor synchronous speed (RPM) from frequency Compute motor speed in revolutions per minute from electrical frequency and number of poles. This is the speed at which the magnetic field rotates. There is an additional factor of 2 which accounts for the total number of zero crossings. -------------------------------------------------------------------------- Forms: rpm = SynchronousSpeed( F, numP ) -------------------------------------------------------------------------- ----- Input ----- F (1,1) Motor frequency numP (1,1) Number of poles ------ Output ------ rpm (1,1) Motor speed in RPM --------------------------------------------------------------------------
Back to the Electrical Module page