Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
13 lines (13 sloc)
505 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Package: control | |
| Type: Package | |
| Title: A Control Systems Toolbox | |
| Version: 0.2.7 | |
| Author: Ben C. Ubah [aut, cre] | |
| Maintainer: Ben C. Ubah <ubah.ben22@gmail.com> | |
| Imports: pracma, expm, signal, Matrix, graphics, stats | |
| Description: Solves control systems problems relating to time/frequency response, LTI systems design and analysis, transfer function manipulations, and system conversion. | |
| License: GPL-2 | |
| BugReports: https://github.com/benubah/control/issues | |
| LazyData: TRUE | |
| RoxygenNote: 6.0.1 | |
| Suggests: testthat |