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 aHeatingCurveor 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 voidHeatingCurve. apply(Baseline baseline)Adds the baseline value to each element of thesignallist.HeatingCurveHeatingCurve. extendedTo(ExperimentalData data, Baseline baseline)This creates a newHeatingCurveto match the time boundaries of thedata. -
Uses of Baseline in pulse.baseline
Subclasses of Baseline in pulse.baseline Modifier and Type Class Description classAdjustableBaselineA baseline that can shift in the vertical direction.classFlatBaselineA flat baseline.classLinearBaselineA linearBaselinewhich specifies theinterceptandslopeparameters.classSinusoidalBaselineA multiple-harmonic baseline.Methods in pulse.baseline that return Baseline Modifier and Type Method Description abstract BaselineBaseline. copy()BaselineFlatBaseline. copy()BaselineLinearBaseline. copy()BaselineSinusoidalBaseline. copy() -
Uses of Baseline in pulse.problem.statements
Methods in pulse.problem.statements that return Baseline Modifier and Type Method Description BaselineProblem. getBaseline()Return theBaselineof 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 voidProblem. setBaseline(Baseline baseline)Sets a new baseline.
-