ELE 2009
- 1
- 0
Homework Statement
I want to plot the convolution of 2 discrete funtions, for example: rect1 [n] and sin (2*pi*n/9), how can i do that?
thanks!
This discussion focuses on plotting the convolution of two discrete functions in MATLAB, specifically using the functions rect1[n] and sin(2*pi*n/9). The solution involves creating two vectors that represent the data points of these functions over a specified range. The MATLAB conv function is then utilized to compute the convolution of these vectors, providing a visual representation of the result.
PREREQUISITESThis discussion is beneficial for students, educators, and professionals in signal processing, particularly those using MATLAB for analyzing discrete functions and their convolutions.