MATLAB: Are there any functions in the Signal Processing Toolbox that perform circular convolution

circularconvolutionfftifftprocessingsignalSignal Processing Toolboxtoolbox

I would like to know if there are any functions in the Signal Processing Toolbox that perform circular convolution.

Best Answer

The CCONV function will perform circular convolution of two signals. For more information, please type "help cconv" at the MATLAB prompt or read our documentation at the following location:
<http://www.mathworks.com/access/helpdesk/help/toolbox/signal/cconv.html>
Related Question