Correlation using conv function in MATLAB
Code:
x=[1:4];
y=[6:9];
conv(x,fliplr(y))
This book combines the teaching of the MATLAB® programming language with the presentation and development of carefully selected electrical...
MATLAB Programs/Code (matlabcoding.com)
No comments