I'm not a math guru here, so I want to ask anyone familiar with Digital Signal Processing how to best identify real-time peaks. I get about 30 frames / values per second, and I tried to implement a slope algorithm to detect peaks, it worked fine, about 80% of cases, but it really is not good enough :(.
From what I was looking for, I should use fast Fourier transform, but I don’t know how to start with it, maybe I’m missing a general idea of how I should use FFT in this case.
In iOS, we have this amazing Accelerate framework that should help me make FFT stuff, but until I get a general idea, it is almost useless to me.
Can someone enlighten me somehow by pointing me in the right direction :-)?
Thank you very much, and Happy New Year!
source
share