Journeys

resourcium_beta
Sort
38 items

Introduction to the Kalman Filter

Submitted by Brian Douglas on Fri, 11/06/2020
Explanation 13 resources

If you've heard of the Kalman filter before but haven't had a chance to understand what it is, how it helps us solve state estimation problems, or how to implement one yourself, then this is...

See More

PID Control - A Brief Introduction

Submitted by Brian Douglas on Fri, 12/25/2020
Explanation 9 resources

This journey covers the very basics of PID control.  The goal is to give you an intuitive understanding of the controller, how to implement it in code, and how to tune it.  Plus, if you're...

See More

The Basics of the Nyquist Stability Criterion

Submitted by Brian Douglas on Fri, 12/25/2020
Explanation 4 resources

The Nyquist Stability Criterion can be a bit confusing and daunting when you're first learning it.  This journey is set up to provide the basics in a straightforward and understandable way....

See More

What is Systems Engineering?

Submitted by Brian Douglas on Fri, 11/06/2020
Explanation 7 resources

If you're not sure what systems engineering is or what it takes to be a systems engineer, this is a good starting journey for you.  This journey gently introduces some of the more important...

See More

Kalman Filter Basics

Submitted by Melda Ulusoy on Mon, 04/04/2022
Explanation 7 resources

This journey consists of several educational videos to introduce the basics of Kalman filtering and a virtual lab to let you practice the design and implementation of linear and extended...

See More

Practical Methods for Real World Control Systems

Submitted by Daniel Abramovitch on Fri, 05/13/2022
Tutorial 6 resources

This journey documents some of my path towards a more practical understanding of feedback control systems.  Along the way, I have learned a lot and wish to share this with others.

See More