Correlation using conv function in MATLAB
Code:
x=[1:4];
y=[6:9];
conv(x,fliplr(y))
Overview Virtual sensor (also known as soft sensor) modeling is a powerful technique for mimicking the behavior of a physical sensor when ...
MATLAB Programs/Code (matlabcoding.com)
No comments