Package com.fa993.variations
-
Interface Summary Interface Description LocalMaxima Unifying Interface for different LocalMaxima Implementations. -
Class Summary Class Description LocalMaximaCC Implementation of theLocalMaxima
interface using a direct translation of the numpy-based algorithm for finding local maxima in a 1D signal.LocalMaximaJIU Implementation of theLocalMaxima
interface using a method adapted from the scipy library's numpy-based peak-finding utility.