Discussion Overview
The discussion centers around a MATLAB coding question related to evaluating and plotting the convolution of two functions defined by the equations y[n] = 2^n u[n+4] and u[n-3]. Participants are exploring the behavior of the convolution output and the implications of the parameters used in the MATLAB code.
Discussion Character
- Homework-related
- Technical explanation
- Debate/contested
Main Points Raised
- The original poster expresses uncertainty about the convergence of the plotted convolution output and suspects an error in their MATLAB code.
- Another participant suggests that the original poster should consider taking the Laplace transform of the functions, multiplying them, and then applying an inverse transform to verify the results.
- One participant notes that the plot does converge and explains that the appearance of similarity in plots for different values of n0 is due to the infinite nature of the functions involved, which are truncated at arbitrary values.
- The original poster questions whether their question is vague or if they are violating any forum rules due to a lack of responses.
- A participant mentions that specific questions may not always receive immediate responses and that repeated "bumping" of the thread can lead to reduced visibility.
Areas of Agreement / Disagreement
There is no consensus on the correctness of the original poster's code or the expected behavior of the convolution plot. Participants express differing views on the convergence of the plot and the approach to verifying the results.
Contextual Notes
Participants have not fully resolved the implications of the infinite nature of the functions involved in the convolution or the effects of truncating the functions at specific values of n0.