Lighter matlab descrete convolution software

AI Thread Summary
The discussion centers on the search for a lightweight MATLAB program for discrete convolution, as the original "Discrete Convolution Demo" is considered too bloated. A user expresses a desire for more efficient alternatives and requests suggestions for simpler MATLAB code. Another participant recommends using the built-in function "conv()", highlighting its effectiveness for the task. The conversation emphasizes the need for streamlined software solutions in MATLAB for convolution tasks. Overall, users are looking for efficient coding options to improve their workflow.
liquidFuzz
Messages
107
Reaction score
6
A while back I tended a course in transform methods. During the course we were handed a MAtlab program that could be used to simulate convotution called Discrete Convolution Demo. It's kind of big or you might say bloated and I'd like some lightweight version or something. If someone know some nice MATLAB code to use that's lighter, I really like some suggestions.

Cheers!
 
Physics news on Phys.org
I found this: conv() and it's just dandy.
 
Back
Top