MATLAB: How to find a less-correlated part of two signals

correlationMATLABnoisesignal processing

Greetings,
Say, I have two signals, s1 and s2, where s2 is simply a "noisier" version of s1. What would be the best way to find the less-correlated portion (due to high noise level) between s1 and s2?
Thanks.

Best Answer

The Signal Processing Toolbox has two recent functions that could help you: alignsignals and findsignal.