0

image

In the image, you can see five repetitive peak sections. I want to write an algorithm that counts this number, but I am not sure how.

I tried to draw a regression curve using seaborn.lmplot, but it was drawn so flat that it didn't work. What should I do in a case like this?

jared
  • 4,165
  • 1
  • 8
  • 31
minhee lee
  • 19
  • 1
  • 1
    Try to watch at autocorrelation signal and decide is it suitable to your needs. And please, provide data that was used for image creation. – IlexAquiforum Jun 18 '23 at 09:12
  • `seaborn.lmplot` uses a linear regression fit, and this data is not linear, so one shouldn't expect that to work. – jared Jun 18 '23 at 16:01

0 Answers0