A 2-hp electric motor running at 1720 rev/min is to drive a blower at a speed of 240 rev/min.Select a V-belt drive for this application and specify standard V belts, sheave sizes, and theresulting center-to-center distance. The motor size limits the center distance to at least 22 in.
ENGR 121 11/21/2016 Spencer Kociba ● Statistics ○ Mean ■ Average of numbers ○ Standard deviation and variance ■ 2 ways of determining the spread of data ○ mode(x) ■ Identifies the most frequently occurring value ○ sort(x) ■ Sorts vector from minimum value to max value ○ median(x) ■ Finds the middle number in a vector ■ Note: to find the median of a set of data, sort it first then use the median function ○ Median Filtering ■ Size of a median filter is calculating the median of every n values in that size ■ function medFiltVec = medianNFilte