Linear Convolution without using conv(A, B)
Versione 1.0.0 (23,4 KB) da
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
Cita come
Ashutosh Rout (2025). Linear Convolution without using conv(A, B) (https://it.mathworks.com/matlabcentral/fileexchange/68496-linear-convolution-without-using-conv-a-b), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Creato con
R2016a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxCategorie
- Signal Processing > Signal Processing Toolbox > Transforms, Correlation, and Modeling > Correlation and Convolution >
Scopri di più su Correlation and Convolution in Help Center e MATLAB Answers
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 1.0.0 |
|