I am processing a signal in real-time. I need to detect whether the signal is periodic or not (not only by visualizing graphs). So I tought of autocorrelation function. Here's my approach but I am not sure : I calculate the autocorrelation of the signal, if the autocorrelation has a certain number of peaks it means that it's periodic, otherwise it's not.
Can someon tell me if my approach is right ?
Thank you!
For the extraction of periodic signals you use Fourier transformation, which gives you exactly the moments in the frequency (k-)space.