This document provides an overview of decimation and interpolation in multirate signal processing. It discusses downsampling by an integer factor M, which reduces the sampling rate by taking every M-th sample and discarding the rest. Downsampling can cause aliasing if the signal is not bandlimited, so a low-pass filter is used beforehand. The document also covers properties like linearity and time-variance, identities for cascading systems, and polyphase decomposition to more efficiently implement decimation filters when the number of coefficients is a multiple of the decimation factor. Examples and illustrations are provided using MATLAB code.