Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
Graphical method :
vPlot input signals x[n] and h[n].
vFlip h[n] to h[-n].
vSlide h[-n] across x[n] , multiplying and summing at each step.
vOutput y[n] is the sum of these products.
Tabulation method:
vTabulate x[n] and h[n] with corresponding indices and values.
vMultiply corresponding values and sum to get y[n] for each index.
Matrix method:
vRepresent x[n] and h[n] as row vectors.
vCreate a convolution matrix with rows of h[n] in reverse order.
vMultiply the matrix with x[n] to obtain y[n].
These methodologies provide different ways to compute linear convolution, each with its own advantages and computational considerations.
Citation pour cette source
Anu (2026). linear convolution by graphical,tabulation and matrix method (https://fr.mathworks.com/matlabcentral/fileexchange/163206-linear-convolution-by-graphical-tabulation-and-matrix-method), MATLAB Central File Exchange. Extrait(e) le .
Informations générales
- Version 1.0.0 (149 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.0.0 |
