Circular-convolution with using cconv(x,y,n)
Versión 1.0.0 (24,5 KB) por
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
Citar como
Ashutosh Rout (2025). Circular-convolution with using cconv(x,y,n) (https://es.mathworks.com/matlabcentral/fileexchange/68679-circular-convolution-with-using-cconv-x-y-n), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R2016a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
- Signal Processing > Signal Processing Toolbox > Transforms, Correlation, and Modeling > Correlation and Convolution >
Más información sobre Correlation and Convolution en Help Center y MATLAB Answers.
Etiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!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 |
|