Circular-convolution without using cconv(x,y,n)

It is used to convolve two Discrete Fourier transform sequences.It is faster for long sequences than linear convolution.
601 Downloads
Updated Tue, 21 Aug 2018 09:11:36 +0000

View License

Enter x(n):
[1 2 2 1]
Enter h(n):
[1 2 3 1]
x(n) is:
1 2 2 1

h(n) is:
1 2 3 1

Y(n) is:
11 9 10 12

Cite As

Ashutosh Rout (2024). Circular-convolution without using cconv(x,y,n) (https://www.mathworks.com/matlabcentral/fileexchange/68585-circular-convolution-without-using-cconv-x-y-n), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2016a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0