This document describes using Scilab to perform linear convolution on discrete signals. It introduces Scilab, defines linear convolution, and presents the convolution algorithm. It then provides Scilab code examples to calculate convolution using the direct formula method and built-in convol() function. The code examples convolve sample input and impulse response sequences and plot the resulting output sequences.