Skip to content

CodeArchitecture

ladlung edited this page May 21, 2015 · 9 revisions

D2D_CodeArchitecture2.png

Architecture of the code and the most important commands of the D2D framework. After initialization with arInit, model and data files can be loaded. The latter ones are allowed in various formats. The command arCompileAll links all model and data files under the various conditions and creates C code. The central ar struct is created. For further information on the ar struct, click here. Simulation and parameter estimations are performed under MATLAB. Obtained results can be visualised with arPlot. Results can be saved and loaded from a workspace.mat file and presentations and reports can be created automatically created for documentation. A more detailed overview over important commands can be found here.

Clone this wiki locally