Learn R Programming

ddiv (version 0.1.1)

Data Driven I-v Feature Extraction

Description

The Data Driven I-V Feature Extraction is used to extract Current-Voltage (I-V) features from I-V curves. I-V curves indicate the relationship between current and voltage for a solar cell or Photovoltaic (PV) modules. The I-V features such as maximum power point (Pmp), shunt resistance (Rsh), series resistance (Rs),short circuit current (Isc), open circuit voltage (Voc), fill factor (FF), current at maximum power (Imp) and voltage at maximum power(Vmp) contain important information of the performance for PV modules. The traditional method uses the single diode model to model I-V curves and extract I-V features. This package does not use the diode model, but uses data-driven a method which select different linear parts of the I-V curves to extract I-V features. This method also uses a sampling method to calculate uncertainties when extracting I-V features. Also, because of the partially shaded array, "steps" occurs in I-V curves. The "Segmented Regression" method is used to identify steps in I-V curves. This material is based upon work supported by the U.S. Department of Energy<80><99>s Office of Energy Efficiency and Renewable Energy (EERE) under Solar Energy Technologies Office (SETO) Agreement Number DE-EE0007140. Further information can be found in the following paper. [1] Ma, X. et al, 2019. .

Copy Link

Version

Install

install.packages('ddiv')

Monthly Downloads

211

Version

0.1.1

License

GPL (>= 2)

Maintainer

Megan M. Morbitzer

Last Published

April 14th, 2021

Functions in ddiv (0.1.1)

IVsteps

Calculate steps of IV curve
IVuncertain

Uncertainty for IV feature extraction
IV_step3

A data frame of IV curve with 3 step.
IV_step2

A data frame of IV curve with 2 step.
IV_daystar

Outdoor Time Series I-V Curve Data from SDLE SunFarm.
IV_5M_2

I-V Curves from External Solar Testing Laboratory.
IV_5M_1

I-V Curves from External Solar Testing Laboratory.
IVExtractResult

IV feature extraction
IV_4K

Damp Heat Plus Dynamic Mechanical Load Indoor Accelerated Test I-V Curve.
IV_step1

A data frame of IV curve with 1 step.
IVfeature

Calculate IV feature from a IV curve
IV_timeseries

Outdoor Time Series I-V Curve Data from SDLE SunFarm.