This document describes an experiment in digital signal processing involving linear and circular convolution using discrete Fourier transform (DFT) and inverse discrete Fourier transform (IDFT) techniques. The experiment uses MATLAB to compute the convolution of sample input signals x and h in both the linear and circular cases. Output results are displayed showing the convolution outputs match those obtained using built-in MATLAB convolution functions. The document provides code examples and output plots to demonstrate linear and circular convolution computation in the frequency domain.