Circular-convolution with using cconv(x,y,n)
版本 1.0.0 (24.5 KB) 作者:
Ashutosh Rout
Circular convolution is the fundamental operation to compute discrete time signals.
Enter x(n):
[1 2 2 1]
Enter h(n):
[1 2 3 1]
First Sequence x(n) is:
1 2 2 1
Second Sequence h(n) is:
1 2 3 1
Convoluted Sequence Y(n) is:
11 9 10 12
引用格式
Ashutosh Rout (2025). Circular-convolution with using cconv(x,y,n) (https://www.mathworks.com/matlabcentral/fileexchange/68679-circular-convolution-with-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 |
|