I want to find cross correlation of two different sequence without using inbuilt xcorr function. It has to be less time consuming than xcorr.
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Rashi Mehrotra
am 26 Aug. 2020
Bearbeitet: Raunak Gupta
am 29 Aug. 2020
I have a method which does cross correlation and gives same result as xcorr, but my function is time consuming and takes more time than xcorr. Please if anyone knows how to work for less time consuming cross correlation method.
0 Kommentare
Akzeptierte Antwort
Raunak Gupta
am 29 Aug. 2020
Bearbeitet: Raunak Gupta
am 29 Aug. 2020
Hi,
xcorr has been written very efficiently to have maximum performance in terms of time taken. If you want to look out for an implementation for cross correlation which doesn’t uses xcorr, you may find Cross-correlation useful which is a submission on File Exchange. I am not sure it will be faster than xcorr.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!