Circular Convolution

Used instead of the pre-defined function cconv in MATLAb (available in latest versions)

您现在正在关注此提交

Two Sequences are given and just by calling the function circonv, it computes the circular convolution of the two sequences
For verification of the user defined function, use cconv(a,b,n)
where a & b are vectors and n is the period of the sequence

引用格式

Sarath (2026). Circular Convolution (https://ww2.mathworks.cn/matlabcentral/fileexchange/66676-circular-convolution), MATLAB Central File Exchange. 检索时间: .

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

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

Detailed description

Detailed Description