Skip to content

Changed way to detect maximums in signal

Louis CAUBET requested to merge detect-maximums into master

We look for points with value higher than the next PERIOD/4 part of the signal, instead of looking for points with value higher than a fixed value.

Merge request reports