Question: Consider the code X0=[1,1]; X1=conv(X0,X0); X2=conv(X1,X1); X3=conv(X2,X2); Write a script named multiconv.m to plot all these vectors X0, X1, etc on the same plot, all
Consider the code
X0=[1,1]; X1=conv(X0,X0); X2=conv(X1,X1); X3=conv(X2,X2);
Write a script named multiconv.m to plot all these vectors X0, X1, etc on the same plot, all centred using the script centerplot.m from the previous question. If you do not know what function conv does, do not worry. We will cover it later in the course.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
