N-point circular convolution

N-point circular convolution
228 Downloads
Updated 1 Feb 2012

View License

% C = CIRCONV(A,B,N) performs the N-point circular convolution
% of vectors A and B. C is returned as a row vector. A and B
% must be vectors, but may be of different lengths. N must be
% a positive, non-zero integer. The results of CIRCONV will
% match that of CONV if N>=( length(A) + length(B) - 1). This
% is also the alias-free criterion for the circular convolution.

Cite As

hung tran (2024). N-point circular convolution (https://www.mathworks.com/matlabcentral/fileexchange/34882-n-point-circular-convolution), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2009b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on AI for Audio in Help Center and MATLAB Answers
Tags Add Tags
Acknowledgements

Inspired: Circular convolution using zero padding

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.0