IPeakSearching Type

Interface to peak searching methods.

Instance members

Instance member Description

this.Execute

Full Usage: this.Execute

Parameters:
    input : float[] - The input array.

Returns: IPeakSearchingResult The results of the peak searching.
Modifiers: abstract

Executes the peak searching algorithm.

input : float[]

The input array.

Returns: IPeakSearchingResult

The results of the peak searching.