Circular Convolution

Version 1.0.0.0 (442 Bytes) by Sarath
Used instead of the pre-defined function cconv in MATLAb (available in latest versions)
43 Downloads
Updated 29 Mar 2018

View License

Two Sequences are given and just by calling the function circonv, it computes the circular convolution of the two sequences
For verification of the user defined function, use cconv(a,b,n)
where a & b are vectors and n is the period of the sequence

Cite As

Sarath (2026). Circular Convolution (https://www.mathworks.com/matlabcentral/fileexchange/66676-circular-convolution), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2014a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Version Published Release Notes
1.0.0.0

Detailed description

Detailed Description