Skip to content

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

@AthinaSw

Description

@AthinaSw

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].

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions