Linear Convolution without using conv(A, B)
Version 1.0.0 (23,4 ko) par
Ashutosh Rout
It is a basic operation to calculate the output for any linear time invariant system given its input and its impulse response.
Enter x
[1 2 3 4 5]
Enter the lower limit:
-1
Enter the upper limit:
3
Enter h:
[1 2 3]
Enter the lower limit:
-2
Enter the upper limit:
0
x(n) is:
1 2 3 4 5
h(n) is:
1 2 3
y(n) is:
1 4 10 16 22 22 15
Citation pour cette source
Ashutosh Rout (2026). Linear Convolution without using conv(A, B) (https://fr.mathworks.com/matlabcentral/fileexchange/68496-linear-convolution-without-using-conv-a-b), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R2016a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS LinuxCatégories
- Signal Processing > Signal Processing Toolbox > Transforms, Correlation, and Modeling > Correlation and Convolution >
En savoir plus sur Correlation and Convolution dans Help Center et MATLAB Answers
Tags
Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 1.0.0 |
|