Main Content

getLoadData

Retrieve experimental data during load phase of pulse

Description

LoadData = getLoadData(pulseObj,Buffer) retrieves the experimental data from a Battery.Pulse object during the load phase of a pulse.

Input Arguments

collapse all

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

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

Load data during pulse event.

Data Types: double

Version History

Introduced in R2016b