Circular-convolution without using cconv(x,y,n)
版本 1.0.0 (23.8 KB) 作者:
Ashutosh Rout
It is used to convolve two Discrete Fourier transform sequences.It is faster for long sequences than linear convolution.
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
引用格式
Ashutosh Rout (2025). 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. 检索时间: .
MATLAB 版本兼容性
创建方式
R2016a
兼容任何版本
平台兼容性
Windows macOS Linux类别
- Signal Processing > Signal Processing Toolbox > Transforms, Correlation, and Modeling > Correlation and Convolution >
在 Help Center 和 MATLAB Answers 中查找有关 Correlation and Convolution 的更多信息
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.0.0 |
|