Circular-convolution with using cconv(x,y,n)
Version 1.0.0 (24.5 KB) by
Ashutosh Rout
Circular convolution is the fundamental operation to compute discrete time signals.
Enter x(n):
[1 2 2 1]
Enter h(n):
[1 2 3 1]
First Sequence x(n) is:
1 2 2 1
Second Sequence h(n) is:
1 2 3 1
Convoluted Sequence Y(n) is:
11 9 10 12
Cite As
Ashutosh Rout (2026). Circular-convolution with using cconv(x,y,n) (https://in.mathworks.com/matlabcentral/fileexchange/68679-circular-convolution-with-using-cconv-x-y-n), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2016a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- Signal Processing > Signal Processing Toolbox > Transforms, Correlation, and Modeling > Correlation and Convolution >
Find more on Correlation and Convolution in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0 |
|