Java icon indicating copy to clipboard operation
Java copied to clipboard

[FEATURE REQUEST] <Implementation of auto-correlation algorithm>

Open AthinaSw opened this issue 2 years ago • 1 comments

What would you like to Propose?

I noticed that the is no implementation of the auto-correlation algorithm of a desqrete signal and I would like to implement that method!

Issue details

Description The algorithm will be given a descrete signal and will calculate its auto-correlation. Auto-correlation measures the degree of similarity to itself.

Additional Information

Example Given the descrete signal x[n]=[1,2,1,1] , the algorithm will calculate the auto-correlation of this signal and return the signal z[n]=[1,3,5,7,5,3,1].

AthinaSw avatar Dec 18 '23 14:12 AthinaSw

Pull request: #4984

AthinaSw avatar Dec 19 '23 15:12 AthinaSw