All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jcamp.spectrum.IPeakPicking Maven / Gradle / Ivy

Go to download

The JCAMP-DX project is the reference implemention of the IUPAC JCAMP-DX spectroscopy data standard.

There is a newer version: 0.9.2
Show newest version
package org.jcamp.spectrum;

import java.util.Vector;
/**
 * peak picking algorithm interface.
 * @author Thomas Weber
 */
public interface IPeakPicking {
    /**
     * perform the peak picking on the 1D spectrum.
     * @param Spectrum1D the spectrum
     * @return Vector vector of peaks*/
    public Vector calculate(Spectrum1D spectrum);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy