N-point circular convolution

N-point circular convolution

您现在正在关注此提交

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

引用格式

hung tran (2026). N-point circular convolution (https://ww2.mathworks.cn/matlabcentral/fileexchange/34882-n-point-circular-convolution), MATLAB Central File Exchange. 检索时间: .

类别

Help CenterMATLAB Answers 中查找有关 AI for Audio 的更多信息

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.0.0.0