resourcium_beta
Select any filter and click on Apply to see results

Temperature Control Lab (TCL)

John Hedengren
Beginner
Hardware
Application

The temperature control lab is an application of feedback control with an Arduino, an LED, two heaters, and two temperature sensors. The heater power output is adjusted to maintain a desired...

See More

Introduction: PID Controller Design

Prof. Bill Messner and Prof. Dawn Tilbury
30 min
Beginner
Article / Blog
Application

In this tutorial we will introduce a simple, yet versatile, feedback compensator structure: the Proportional-Integral-Derivative (PID) controller. The PID controller is widely employed...

See More

Z-Transform - Practical Applications

Philip Salmony
26 min
Intermediate
Video
Application

Covering practical applications of the Z-transform used in digital signal processing, for example, stability analysis and frequency response of discrete-time systems. Theory, C code, and...

See More

The AVA Flight Computer

Joe Barnard - BPS Space
18 min
Beginner
Video
Application

This video describes the board design, hardware architecture, and software components of the All Vehicle Avionics (AVA) flight computer that was designed by Joe Barnard of BPS Space.  This...

See More

Kalman Filter Virtual Lab

MathWorks - Melda Ulusoy
Intermediate
Virtual Lab
Application

The Kalman Filter virtual laboratory contains interactive exercises that let you study linear and extended Kalman filter design for state estimation of a simple pendulum system. The virtual...

See More

Interactive Tool for PID understanding

Jose Luis Guzman, Karl Johan Astrom, Sebastian Dormido, Tore Hagglund, Manuel Berenguel, and Yves Piguet
Intermediate
App
Application

The module PID Basics is designed to explore the properties of a simple feedback loop by showing the time and frequency responses of a closed-loop system and demonstrating how these...

See More

Kalman Filter Design

Mathworks
30 min
Intermediate
Article / Blog
Application

This example shows how to perform Kalman filtering. Both a steady state filter and a time varying filter are designed and simulated.

See More

Algorithms for Automated Driving

Mario Theers
Intermediate
Project
Application

Each chapter of this (mini-)book guides you in programming one important software component for automated driving. Currently, this book contains two chapters: Lane Detection, and Control...

See More

MATLAB Function: phased.MVDRBeamformer

Mathworks
Intermediate
Article / Blog
Application

The phased.MVDRBeamformer System object™ implements a narrowband minimum-variance distortionless-response (MVDR) beamformer. The MVDR beamformer is also called the Capon beamformer. An MVDR...

See More

Model predictive control python toolbox

do-mpc
Intermediate
Software
Application

do-mpc is a comprehensive open-source toolbox for robust model predictive control (MPC) and moving horizon estimation (MHE)do-mpc enables the efficient formulation and solution of control...

See More

MATLAB Function: ztrans

MathWorks
Intermediate
Software
Application

ztrans(f) finds the Z-Transform of f. By default, the independent variable is n and the transformation variable is z. If f does not contain n, ztrans uses symvar. 

See More

Conventional and Adaptive Beamformers

Mathworks
Intermediate
Example
Application

This example illustrates how to apply digital beamforming to a narrowband signal received by an antenna array. Three beamforming algorithms are illustrated: the phase shift beamformer...

See More

Extremum Seeking Control in Matlab

Steve Brunton
17 min
Beginner
Video
Application

This lecture explores extremum-seeking control (ESC) on a simple example in Matlab. In particular, a discrete-time (digital) version of ESC is coded in a Matlab script.

See More