
Reinforcement Learning for Engineers, Part 5: Overcoming the Practical Chall...
This video addresses a few challenges that occur when using reinforcement learning for production systems and provides some ways to mitigate them. Even if there aren’t straightforward ways...
See MoreComputing Euler Angles: Tracking Attitude Using Quaternions
In this video we continue our discussion on how to track the attitude of a body in space using quaternions. The quaternion method is similar to the Euler Ki...
See MoreIntroduction to Classic Control Theory (Japanese)
A collection of video lectures by Yuki Nishimura covering an introduction to classic control theory.
See MoreInverted Pendulum on a Cart [Control Bootcamp]
In this video, we introduce an example system to control: an inverted pendulum on a cart. We describe the state-space, find the fixed points, and simulate the system in Matlab. Because the...
See MoreSystem Identification: Regression Models
This lecture provides an overview of modern data-driven regression methods for linear and nonlinear system identification, based on the dynamic mode decomposition (DMD), Koopman theory, and...
See MoreWind Tunnel Data Analysis and Testing Considerations
This is the last video in our 3 part series on wind tunnel testing. In this video, we discuss what typical plots of wind tunnel data might look like and how to extract relevant information...
See MoreNyquist Stability Criterion
The Wikipedia article on Nyquist Stability Criterion. This covers the Nyquist plot, the Cauchy argument principle, and the stability criterion itself. A mathematical derivation is also...
See MoreNo! Not Laplace Transforms
In my 13-year industrial career, I never used Laplace transforms. However, transfer functions and block diagram notation are efficient methods to describe dynamic behaviors, and are often...
See MoreWhat are Polynomial Models?
This Mathworks page provides an overview of polynomial models.
See MoreUnderstanding the Discrete Fourier Transform and the FFT
The discrete Fourier transform (DFT) transforms discrete time-domain signals into the frequency domain. The most efficient way to compute the DFT is using a fast Fourier transform (FFT)...
See MoreNeural Network Overview
This lecture gives an overview of neural networks, which play an important role in machine learning today.
See MoreOnline and Recursive System Identification | System Identification, Part 4
Online system identification algorithms estimate the parameters and states of a model as new data is measured and available in real-time or near real-time. Brian Douglas covers what online...
See MoreENG 1718 - MODELAGEM DE SISTEMAS DINÂMICOS (Portuguese)
Vídeos do curso Modelagem de Sistemas Dinâmicos. Mais informações na página do curso: https://helonayala.github.io/teaching/2018-msd/
See MorePeter Ponders PID - Introduction
The purpose of this video is to inform the viewer about what to expect. My videos go much deeper than the typical videos. They are geared for graduate st...
See MoreRobotic Car - How to read Gyro Datasheets (Part 2)
Have you ever been lost trying to understand the information in a gyro datasheet? This video should help! In this second part I explain the purpose of a buffer for a MEMS gyro and explain...
See MoreDSP Lecture 1: Signals
This is a video lecture for ECSE-4530 Digital Signal Processing by Rich Radke, Rensselaer Polytechnic Institute.
See MoreAdaptive Control (Part II) —Modeling the X-15’s Adaptive Flight Control Syst...
This blog post shows how to build from scratch a Simulink model of the famous MH-96, the X-15's Adaptive Flight Control System
See MoreThe Demod Squad: A Tutorial on the Utility and Methodologies for Using Modul...
Video talk of the paper by the same name.
See MoreMATLAB Discovery Page - Visual Inspection
Visual inspection is the image-based inspection of parts where a camera scans the part under test for both failures and quality defects. Automated inspection and defect detection are...
See MoreWhy Do Radars Chirp? | Pulse Waveform Basics
This tech talk covers how different pulse waveforms affect radar and sonar performance. See the difference between a rectangular pulse and a linear frequency modulated pulse, as well as...
See MoreA simple MEMS gyro model using MATLAB / Simulink
This video walks through how to model a simple MEMS gyroscope using MATLAB/Simulink. At the end I show you how to linearize this model to use in your linear control loop design and analysis.
See MoreVectors, Dot Products, Cross Products - 3D Kinematics
Walter Lewin is one of the most reputed professors and was a former lecturer at MIT. His free to watch series on YouTube titled 8.01 is an excellent one for undergrads and high school...
See MoreControl Systems in Practice, Part 5: A Better Way to Think About a Notch Fil...
This video describes an intuitive way to approach notch filter design by thinking about the problem as an inverted, lightly damped, second-order low-pass filter. Then, two additional poles...
See MoreThe Radar Range Equation - radartutorial.eu
This article describes the radar range equation. The radar range equation represents the physical dependences of the transmit power, which is the wave propagation up to the receiving of the...
See MoreDealing with Non-Stationarity in Multi-Agent Deep Reinforcement Learning
From the abstract
Recent developments in deep reinforcement learning are concerned with creating decision-making agents which can perform well in various complex domains. A particular...
See More