i. The linear convolution of two sequences was calculated using the conv command in MATLAB. The input sequences, individual sequences, and convolved output were plotted.
ii. Linear convolution was also calculated using the DFT and IDFT. The sequences were padded with zeros and transformed to the frequency domain using FFT. The transformed sequences were multiplied and inverse transformed using IFFT to obtain the circular convolution result.
iii. The circular convolution result using DFT/IDFT was the same as the linear convolution using the conv command, demonstrating the equivalence between linear and circular convolution in the frequency domain.