Home
Introduction
SITforC stands for System Identification Toolkit for Control theory. It is a simple but powerful open-source application to identify a control system by experimental data.
You can use either the included Graphical User Interface (GUI) or this package for batch processing (within Python scripts). For some GUI usage examples see Screenshots. Examine examples/batch/ in the source folder for a sample batch script.
Features
- Reading and plotting of experimental data (from CSV files).
- Curve fitting to a regression model.
- Dynamic administration of regression models: You can add, edit and delete the predefined functions.
- Implementation of the Inflectional Tangent Method (ITM).
- Installer for Windows with a portable version of Python.
Roadmap
- PDF and/or LaTeX output (to make it more clearly what's going on behind the scenes).
Download
Latest stable release
- Source: sitforc-0.2.1.tar.gz
- Windows-Installer: sitforc-0.2.1-win32.exe
Development version
Get the latest tip from the GitHub repository:
sitforc-tip.tar.gz
Installation
See Install for installation instructions.
Special thanks
This software development is part of a student research project at the DHBW Stuttgart, Campus Horb. I would like to express my gratitude to my advisor Prof. Dipl. Ing. Herbert Trück.
License
SITforC is licensed under the MIT License.
License Text
Copyright (c) 2010, Marc Schlaich.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.