Uses of Class
pulse.baseline.Baseline
-
Packages that use Baseline Package Description pulse Contains some of the most frequently used classes, which did not seem to fit in any other packages.pulse.baseline Contains classes for describing and evaluating the baseline signal of aHeatingCurve
or its subclasses.pulse.problem.statements Introduces various problem statements for the heat conduction problem in the laser flash experiment. -
-
Uses of Baseline in pulse
Methods in pulse with parameters of type Baseline Modifier and Type Method Description void
HeatingCurve. apply(Baseline baseline)
Adds the baseline value to each element of thesignal
list.HeatingCurve
HeatingCurve. extendedTo(ExperimentalData data, Baseline baseline)
This creates a newHeatingCurve
to match the time boundaries of thedata
. -
Uses of Baseline in pulse.baseline
Subclasses of Baseline in pulse.baseline Modifier and Type Class Description class
AdjustableBaseline
A baseline that can shift in the vertical direction.class
FlatBaseline
A flat baseline.class
LinearBaseline
A linearBaseline
which specifies theintercept
andslope
parameters.class
SinusoidalBaseline
A multiple-harmonic baseline.Methods in pulse.baseline that return Baseline Modifier and Type Method Description abstract Baseline
Baseline. copy()
Baseline
FlatBaseline. copy()
Baseline
LinearBaseline. copy()
Baseline
SinusoidalBaseline. copy()
-
Uses of Baseline in pulse.problem.statements
Methods in pulse.problem.statements that return Baseline Modifier and Type Method Description Baseline
Problem. getBaseline()
Return theBaseline
of thisProblem
.Methods in pulse.problem.statements that return types with arguments of type Baseline Modifier and Type Method Description InstanceDescriptor<? extends Baseline>
Problem. getBaselineDescriptor()
Methods in pulse.problem.statements with parameters of type Baseline Modifier and Type Method Description void
Problem. setBaseline(Baseline baseline)
Sets a new baseline.
-