Python implementation of the fast relaxed vectorfitting algorithm for MIMO frequency domain data
-
Updated
Feb 2, 2025 - Python
Python implementation of the fast relaxed vectorfitting algorithm for MIMO frequency domain data
The `KalmanFilter` class implements the Kalman Filter algorithm for estimating the state of linear dynamic systems using noisy measurements. The class accepts system matrices, initial state, and covariance, and provides `predict` and `update` methods for state prediction and refinement based on new observations.
Add a description, image, and links to the linear-dynamic-systems topic page so that developers can more easily learn about it.
To associate your repository with the linear-dynamic-systems topic, visit your repo's landing page and select "manage topics."