Uses of Class
pulse.math.Harmonic
-
Packages that use Harmonic Package Description pulse.baseline Contains classes for describing and evaluating the baseline signal of aHeatingCurve
or its subclasses.pulse.math Provides general math functionality that is used when finding the direction (aVector
) of the minimum, including operations with vector and matrices. -
-
Uses of Harmonic in pulse.baseline
Methods in pulse.baseline that return types with arguments of type Harmonic Modifier and Type Method Description List<Harmonic>
SinusoidalBaseline. getHarmonics()
-
Uses of Harmonic in pulse.math
Methods in pulse.math that return Harmonic Modifier and Type Method Description Harmonic
Harmonic. increaseAmplitudeBy(int amplitudeFactor)
Methods in pulse.math with parameters of type Harmonic Modifier and Type Method Description int
Harmonic. compareTo(Harmonic o)
Constructors in pulse.math with parameters of type Harmonic Constructor Description Harmonic(Harmonic h)
-