This document describes block convolution using the overlap add and overlap save methods in MATLAB. It provides explanations of how each method works, including breaking long signals into segments, processing segments individually, and recombining. MATLAB code is included for both methods to convolve sample input sequences x(n) and impulse responses h(n). The output of each method is displayed and the key steps are summarized.