Page 1 of 1

MATLAB (please show code) x[n] = (values) 9 random integer values from -15 to 15 and set-up the middle integer number at

Posted: Tue Jul 12, 2022 8:39 am
by answerhappygod
MATLAB (please show code)
x[n] = (values) 9 random integer values from -15 to 15 andset-up the middle integer number at n = 0 and the rest placedequally distanced 1 integer apart. Plot the following discretesignals using a stem graph:
a. Plot the graph x(n) showing all the samples.b. Plot the graph x[3n-2] showing all the samples.c. Plot the graph x[n/3+1] showing all the samples.d. Plot the samples 0.8x[2n-4] showing all the samples.e. Plot the samples 2x[n/2-3] showing all the samples