Skip to content

Fuhrländer FL2500 2.5MW wind turbine dataset + pre-processing functions R MATLAB

License

Notifications You must be signed in to change notification settings

alecuba16/fuhrlander

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Author

Alejandro Blanco-M email

https://github.com/alecuba16

orcid.org/0000-0003-1481-7612

#f03c15Please, if you use this code/dataset, cite me as the author of the code/data compilation. The data is compiled by myself from a SCADA system that I have been working in.

License

Copyright by Alejandro Blanco-M. Licensed under Eclipse Public License v2.0.

The dataset

This is a Fuhrländer FL2500 2.5MW wind turbine dataset.

Format

The dataset is stored in JSON format inside the "dataset" folder. It contains five wind turbines (80,81,82,83,84), each one with three years of data with a time interval from 2012 to 2014. The data frequency is 5 minutes reporting four indicators of each 78 sensors (a total of 312 variables). The reported values for each sensor are minimum, maximum, mean, and standard deviation for each 5-minute interval. The dataset also contains the alarms events, indicating the system and subsystem and a small description.

Functions

I have included several functions for {R,MATLAB,...} languages to providing an interface that pre-processes and manipulates the RAW data into a table-like format. The table-like format is composed of the variables at the columns and each five-minute data entry in rows.

Algorithms

In the case of matlab code, I have included a ELM (extreme learning machines) classificator model to make some predictions as an example. The ELM model is provided by ‪Pere Marti-Puig

FAQ

ERRORS

Java exception occurred: java.lang.OutOfMemoryError: Java heap space

Please increase the matlab java heap memory to more than 4GB following the next instructions: https://es.mathworks.com/help/matlab/matlab_external/java-heap-memory-preferences.html

About

Fuhrländer FL2500 2.5MW wind turbine dataset + pre-processing functions R MATLAB

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published