thank you so much i don't want to explain why this video helped so much me but believe me you saved me.
@hamidsediqi64753 жыл бұрын
Thank you David! Really awesome video...I was struggling to understand this by reading around but you sir have made my life easy.
@ddorran3 жыл бұрын
Thanks Hamid. Nice to hear you found it useful!
@ff-ti7nj2 жыл бұрын
حمید اینجا چکار میکنی؟
@tombouie4 ай бұрын
Thks for explaining the crux of correlation
@olgaskvorzova11429 жыл бұрын
dot(a,b) will be definitely more natural to MATLAB (at least for thinking about correlation coeff as dot product of signals)
@kushaltm63255 жыл бұрын
Thank you very much .... this one and the next one on "Normalised Correlation" helped me in my image analysis class......... :)
@sukursukur36174 жыл бұрын
You have to make practice with this definition for fourier transform. Fourier transform correlates sin(wt) and cos(wt) functions with any function f(t)
@fukgovernment9 жыл бұрын
Thanks for making it simple to understand
@safatkhan68397 жыл бұрын
WHY would we want to know about the similarity between two signals? How does that advantage us in, say, signal processing? I admit I'm only 3 mins into the video and so don't know if this issue is talked about in the video.
@twelevefire7 жыл бұрын
It's useful when you compare two images. It's very helpful and useful in image processing.
@chairulanshar27265 жыл бұрын
Anyone please HELP and ANSWER me. How come for those numbers x = [ 1 3 -2 4] , Y and Z so on ? Where are those numbers from? I don’t get it!!!!
@timcook38493 жыл бұрын
Thanks alot.. 😀
@puzzlepencilholder10 жыл бұрын
Great vid! Where can I learn about cross correlation? I'm writing a matlab code that can understand basic voice commands by comparing two audio signals. I'm using the resample function to make both signals the same length. However, if one signal is slightly shifted it kinda messes up the whole correlation calculation. What method would you recommend for this situation? THANKS!
@ddorran10 жыл бұрын
Cross correlation would seem to be the way to go alright. Matlab has a built-in function xcorr that would be of help. xcorr returns an array of correlation values - if you take the max of these values this is (most likely) what you would get if shifted the signals to line up and then correlated. I'm going to put a video together on this sometime soon (hopefullly over the next few weeks). Best of luck.
@puzzlepencilholder10 жыл бұрын
David Dorran Thanks! your vids are great
@ddorran10 жыл бұрын
Check out kzbin.info/www/bejne/iICbpGSKp6qfe9k for cross correlation
@ClayREZify8 жыл бұрын
+David Dorran How do I find a correlation between two audio files?
@gmaillepre735 жыл бұрын
what is the name of this formula? I cannot seem to find it on Google?
@karenrangel12555 жыл бұрын
Thank you so much! :) Excelent video
@prakashm26335 жыл бұрын
Hello sir..shouldnt we consider reflection of second signal for correlation ?
@ddorran5 жыл бұрын
That's more close related to cross correlation kzbin.info/www/bejne/iICbpGSKp6qfe9k
@meenakshics56976 жыл бұрын
Great video!
@slocm3z5 жыл бұрын
i don't even know what I just watched but its cool haha
@sanjaykrish87198 жыл бұрын
thanks david.. u made me understand correlation.. thanku so much...
@OscarPerez-hh2qi7 жыл бұрын
Really helpful, Thanks!
@j8087 жыл бұрын
Thanks for the great video :)
@thetruereality28 жыл бұрын
How is this different from convolution?
@ddorran8 жыл бұрын
+thetruereality There is a subtle difference mathematically and a massive difference conceptually (at least initially). Check out my reply to Mehrdad Ahadi.
@thetruereality28 жыл бұрын
+David Dorran thanks a lot for that and thank you for the quick response
@ddorran8 жыл бұрын
No problem. Good luck with your studies.
@mouhcinehouda29784 жыл бұрын
how we can compute the correlation of two continuous signals (not discrete) by python ! I need the code in python not matlab if you have it.
@TheCampbell254bme9 жыл бұрын
Your plots are for continuous time lol not discrete. Use the matlab Stem function not plot.