aromring / MAX30102_by_RF

Arduino C code for MAX30102 pulse oximetry sensor (MAXIM Integrated, Inc.)
166 stars 73 forks source link

The question about Relative autocorrelation #16

Closed GOKUandVEGET closed 4 years ago

GOKUandVEGET commented 4 years ago

According to your description, the relative autocorrelation graph under a good signal should look like this ![Uploading 捕获32.GIF…]()

But when I actually used it, I found that the relative autocorrelation graph of the signals that passed the Pearson correlation coefficient was like this

3

Is it necessary to add some filtering means such as moving average filtering

raw data DATA.xlsx

aromring commented 4 years ago

All four are perfectly fine autocorrelation plots. In each case the first peak is well pronounced, well above 0.5, with low noise. Its location allows for unambiguous calculation of heart rate. There is nothing wrong with them and filtering is unnecessary.