I'm new to Signal Analysis. I have a manually generated Signal from a Gyroscope, which looks like in the picture below and I need to extract the X-Values for each period. Is there some technique to automatically find the X-Axis Values, where the period of the Signal repeats? If not, how would one proceed to somehow find the period?
Asked
Active
Viewed 51 times
1
-
You'll want to look up autocorrelation. It's a simple formula, it gives a very intuitive graph if plotted, and it can very easily be programmatically analyzed for signal periodicities! – Marcus Müller May 09 '19 at 07:21
-
See : https://www.youtube.com/watch?v=XpoQs7STDpI – Pritesh Bhoi May 09 '19 at 07:27
