# LTISystems.jl **Repository Path**: Julialang/LTISystems.jl ## Basic Information - **Project Name**: LTISystems.jl - **Description**: No description available - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-03-12 - **Last Updated**: 2024-06-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LTISystems [![Unix][unix-img]][unix-link] [![Windows][win-img]][win-link] [![Coveralls][ca-img]][ca-link] [![Codecov][cc-img]][cc-link] [![Documentation][docs-latest-img]][docs-latest-link] [![Gitter][gitter-img]][gitter-link] [unix-img]: https://img.shields.io/travis/JuliaSystems/LTISystems.jl/master.svg?label=unix [unix-link]: https://travis-ci.org/JuliaSystems/LTISystems.jl [win-img]: https://img.shields.io/appveyor/ci/aytekinar/ltisystems-jl/master.svg?label=windows [win-link]: https://ci.appveyor.com/project/aytekinar/ltisystems-jl/branch/master [ca-img]: https://img.shields.io/coveralls/JuliaSystems/LTISystems.jl/master.svg?label=coveralls [ca-link]: https://coveralls.io/github/JuliaSystems/LTISystems.jl?branch=master [cc-img]: https://img.shields.io/codecov/c/github/JuliaSystems/LTISystems.jl/master.svg?label=codecov [cc-link]: https://codecov.io/gh/JuliaSystems/LTISystems.jl?branch=master [docs-latest-img]: https://img.shields.io/badge/documentation-latest-blue.svg?colorB=1954a6 [docs-latest-link]: https://ltisystems.readthedocs.io/en/latest [gitter-img]: https://img.shields.io/gitter/room/JuliaSystems/LTISystems.jl.svg?colorB=1954a6 [gitter-link]: https://gitter.im/JuliaSystems/LTISystems.jl Core functionality for **identifying**, **analyzing** and **designing** control systems in `Julia`. ### Description This repository is meant to provide a basic set of tools, *i.e.*, *transfer function* and *state space* types as well as the basic mathematical operations defined on them, in a way that other tools for [identifying][juliasys-sysid] or [analyzing][juliasys-ct] control systems would use the same set of functionality in a transparent, coherent way. [juliasys-sysid]: https://github.com/JuliaSystems/IdentificationToolbox.jl [juliasys-ct]: https://github.com/JuliaSystems/ControlToolbox.jl