Circular Convolution

Used instead of the pre-defined function cconv in MATLAb (available in latest versions)

You are now following this Submission

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 .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0

Detailed description

Detailed Description