Main Content

getTransitionData

Retrieve experimental data during transition phase of pulse

Description

[TransitionDataBefore,TransitionDataAfter]=getTransitionData(pulseObj,idx) retrieves the transition data from a Battery.Pulse object during the transition phase of a pulse.

[TransitionDataBefore,TransitionDataAfter]=getTransitionData(pulseObj,idx,Buffer) retrieves buffered experimental data from a Battery.Pulse object during the transition phase of a pulse.

Input Arguments

collapse all

Battery.Pulse object for the pulse event that you want to analyze.

Index of transition data.

Data Types: int16

Number of buffer samples before and after the load data, in the form [BeforeBufferSize,AfterBufferSize]. Use the buffer to ensure that the estimation has sufficient data before and after a transition.

Output Arguments

collapse all

Data before transition during pulse event.

Data Types: double

Data after transition during pulse event.

Data Types: double

Version History

Introduced in R2016b