Experiment Generator

Ficheros de entrada:

-EDOs: ".m" extension file (runnable in Matlab) with the set of equations describing the system (Ordinary Diferential Equations).

-Variables: ".txt" extension file containing the system set of variables, which are divided in four groups: state, output, input and parameters.

-Initial Conditions: ".txt" extension file with the values for each variable and parameter of the system at the beginning of the experiment.

-Experiment Configuration: ".config" extension file containing key values for the experiment configuration parameters (simulation time, integration step, PCs activation threshold).

-Input Variables: ".txt" extension file which contains input variable values for each simulation instant.

-Parameters: ".txt" extension file with the values of the system parameters.

-Faults: ".txt" extension file containing a description of the faults that will appear during the experiment execution. For each fault, it is necessary to determine the parameter id, fault type (ADD or MULT), time value when it appears and magnitude.

Output Files:

-Experiment: ".txt" extension file that holds tabular data for the results of an experiment execution. Columns represent the set of variables in the system, while each row stands for an instant of time.