This document discusses the design and implementation of lowpass and bandpass filters using MATLAB. It begins with an example of designing a lowpass FIR filter using fir1 and fdesign.lowpass. It then discusses designing minimum-order FIR and IIR bandpass filters. Finally, it covers implementing zero-phase filtering using filtfilt.