Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cadojo/controls

A comprehensive note set for undergraduate, and first year graduate control theory! Contains concrete examples with the Julia Programming Language, and an approximate aircraft model.
https://github.com/cadojo/controls

aerospace aerospace-engineering control-systems control-systems-engineering controls julia modeling notes simulation textbook

Last synced: 2 months ago
JSON representation

A comprehensive note set for undergraduate, and first year graduate control theory! Contains concrete examples with the Julia Programming Language, and an approximate aircraft model.

Awesome Lists containing this project

README

        

[![Docs](https://github.com/cadojo/exploring-control-theory/workflows/Documentation/badge.svg)](https://cadojo.github.io/exploring-control-theory/stable)

# Exploring Control Theory
_Learning control theory by analyzing an approximated model for aircraft dynamics!_

## Overview

This repository contains notes (with concrete examples)
which provide an introduction to control theory. We'll cover concepts like
linear and nonlinear dynamics, linear and nonlinear systems theory,
linearization, frequency analysis, loop shaping, stability analysis,
robustness analysis, and other general control concepts. For the most part,
allconcepts will be applied to __one__ plant (a.k.a. one dynamical
system that we want to control): a [polynomial
approximation](https://github.com/cadojo/PolynomialGTM.jl) for a [NASA subscale model aircraft's](https://ntrs.nasa.gov/api/citations/20040085988/downloads/20040085988.pdf)
flight dynamics.

All code is written with the Julia programming language. Modeling library courtesy of [
ModelingToolkit.jl](https://github.com/SciML/ModelingToolkit.jl), polynomial aircraft dynamics courtesy of
[PolynomialGTM.jl](https://github.com/cadojo/PolynomialGTM.jl), and controls library courtesy of
[ControlSystems.jl](https://github.com/JuliaControl/ControlSystems.jl).