The overlap-add method is an efficient way to evaluate the discrete convolution of long signals using short blocks. It involves breaking the long signals into shorter blocks, zero-padding the blocks, convolving them, and adding the results. For example, an input signal of length N is broken into blocks of length M, with M-1 zeros added to each block. The blocks are convolved with the impulse response and added to produce the final output. This method was used to convolve an example input signal of length 10 with an impulse response of length 3.