Correlation using conv function in MATLAB
Code:
x=[1:4];
y=[6:9];
conv(x,fliplr(y))
Reviewed by Author
on
08:36
Rating: 5
Unlocking Electrical Engineering with MATLAB & Simulink In the world of electrical engineering, the ability to model, simulate, and an...
MATLAB Programs/Code (matlabcoding.com)
No comments