{ "nbformat": 4, "nbformat_minor": 5, "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" } }, "cells": [ { "cell_type": "markdown", "id": "e12e4557", "metadata": {}, "source": [ "# Plants\n\nPlants model the physical system being controlled, mapping a control input $u_k$ to an observation $y_k$.\n`h` always returns $y_k$ so the output can be fed directly into an observer block.\n\n\n \n" ] } ] }