- #1
Kristian311
- 1
- 0
- Homework Statement
- So, I have a 2 lists of values, first one has bearing rotations in hz, the other one has the times that the measurement was taken. I have a list of good bearing values.
I have to:
1. Make a way to calculate if the bearing is good based on it's own values compared to the values of the good one.
Also the problem is that the good one starts at 50hz and ends at 0 ant the bearings that are going to be tested are going to start at random different values from 40 to 60 hz.
The rotors are the same at all bearings
What approach should I make?
- Relevant Equations
- No Idea
I thought that I can get a function that is representing the values and compare it to the function of the sample bearing, is this right? or is there and easier approach?