% 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.
Citar como
hung tran (2026). N-point circular convolution (https://la.mathworks.com/matlabcentral/fileexchange/34882-n-point-circular-convolution), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R2009b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
Más información sobre AI for Audio en Help Center y MATLAB Answers.
Etiquetas
Agradecimientos
Inspiración para: Circular convolution using zero padding
Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
| Versión | Publicado | Notas de la versión | |
|---|---|---|---|
| 1.0.0.0 |
