Class NumericPulse

    • Constructor Detail

      • NumericPulse

        public NumericPulse()
      • NumericPulse

        public NumericPulse​(NumericPulse pulse)
        Copy constructor
        Parameters:
        pulse - another numeric pulse, the data of which will be copied
    • Method Detail

      • init

        public void init​(ExperimentalData data,
                         DiscretePulse pulse)
        Defines the pulse width as the last element of the time sequence contained in NumericPulseData. Calls super.init, then interpolates the input pulse using spline functions and normalises the output.
        Overrides:
        init in class PulseTemporalShape
        Parameters:
        data -
        pulse - the discrete pulse containing the pulse width
        See Also:
        normalise()
      • evaluateAt

        public double evaluateAt​(double time)
        If the argument is less than the pulse width, uses a spline to interpolate the pulse data at time. Otherwise returns zero.
        Specified by:
        evaluateAt in class PulseTemporalShape
        Parameters:
        time - the dimensionless time (a multiplier of tau), at which calculation should be performed
        Returns:
        a double value, representing the pulse function at time
      • set

        public void set​(NumericPropertyKeyword type,
                        NumericProperty property)
        Does not define any property.
        Specified by:
        set in class Accessible
        Parameters:
        type - the type, which must be equal by definition to property.getType().
        property - the property, which contains new information.
      • getInterpolation

        public org.apache.commons.math3.analysis.UnivariateFunction getInterpolation()