If the hub gear H and ring gear R have angular velocities vH = 5 rad>s and vR = 20 rad>s, respectively, determine the angular velocity vS of the spur gear S and the angular velocity of its attached arm OA.
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