Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
As one would learn in a basic signal processing / controls / dynamical systems class, the multiplication by an LTI transfer function F(s) in the frequency domain is the same operation as convolution with f(t) in the time domain.
While the equation for convolution of two functions is simple, it took me a while before I understood what that integral really means in a graphical, intuitive way.
This program displays the convolution of two functions, specified either in the time domain or frequency domain (if the Control System Toolbox is installed), in what I hope is an easy-to-understand manner.
Limitations: Impulses are not currently supported, meaning transfer functions that are not strictly proper will have their direct feedthrough part ignored. Put more simply,
If you specify F(s) = (s^n + ... ) / (s^m + ... ) then
n should be less than m.
Cita come
Teja Muppirala (2026). Graphical Demonstration of Convolution (https://it.mathworks.com/matlabcentral/fileexchange/25199-graphical-demonstration-of-convolution), MATLAB Central File Exchange. Recuperato .
Informazioni generali
- Versione 1.3.0.1 (10,4 KB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
| Versione | Pubblicato | Note della release | Action |
|---|---|---|---|
| 1.3.0.1 | Updated license |
||
| 1.3.0.0 | Removed a couple of unnecessary AXES commands which were causing the GUI to crash after some time |
||
| 1.2.0.0 | Fixed various bugs involving nans/infs and checking for the Control System Toolbox |
||
| 1.1.0.0 | Now correctly checks to see if the control system toolbox is installed, and also fixed some issues with infs/nans |
||
| 1.0.0.0 |
