This document discusses different models for representing digital control systems and filters in MATLAB, including transfer functions, zero-pole-gain, state space, partial fraction expansion, second-order sections, lattice structure, and convolution matrix representations. It provides examples of converting between these different representations, such as using the poly and roots functions to convert between polynomial and zero-pole-gain forms. The toolbox functions residuez, tf2latc, and convmtx are also demonstrated for partial fraction expansion, converting to lattice structure, and generating a convolution matrix respectively.