GitHunt
JO

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.

Docs

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
for a NASA subscale model aircraft's
flight dynamics.

All code is written with the Julia programming language. Modeling library courtesy of
ModelingToolkit.jl
, polynomial aircraft dynamics courtesy of
PolynomialGTM.jl, and controls library courtesy of
ControlSystems.jl.

Contributors

MIT License
Created June 17, 2021
Updated May 29, 2025
joeycarpinelli/controls | GitHunt