The document summarizes Kalman and particle filters. It provides an introduction to each, discusses their mathematical modeling and workflows, provides examples of their use, and lists some applications. Specifically, it notes that Kalman filters are optimal for linear systems while particle filters can handle nonlinear and non-Gaussian problems by using samples to represent probability distributions. Examples in MATLAB code are given to demonstrate their use for state estimation from noisy measurements.