Correlation of two signals
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
How can we perform the correlation of two signals in MATLAB? I know that it can be found using the 'xcorr' function. But in many examples found on the web, the final result of correlation is flipped using the 'fliplr' function. What is the purpose of that? Please help
0 Commenti
Risposte (1)
Image Analyst
il 15 Gen 2017
If you flip the function left to right, then the result is a convolution, not a correlation.
Correlation tells you the sum of the product of the two signals. This will often be a maximum when the two signals are roughly the same shape and are aligned, though not necessarily - a few seconds of thought and you will easily think of some counter examples.
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!