Not too much of a newbie but I can’t wrap my head on where to start.
I have 4 sets of prerecorded data curves that are in excel.
Is it possible to compare live stream data from the arduino to the 4 data sets?
Basically I want the arduino to compare the livestream data to match it to the closest prerecorded data curve. Once it’s matched , it will output a certain number on the lcd screen coorisponding to that matched curve
Any suggestions would be awesome . Complete base code will be highly appreciated
Add error bars to your prerecorded data points, for example plus or minus 5%.
For your measured data, if a value falls within that error bar then it belongs to that dataset.
For more sophisticated matching you could use weightings so a measurement that is within 1% scores higher than one that is within 4%.
I can imagine that, but you need to provide really basic information about the problem, like examples of the data, what you mean by "match", whether time-shifting is required, etc.