In a previous article I described the goal, which was to do a simple tool to measure the fundamental frequency of a simple sine wave. In this article, I describe the implementation, which is based on 2 open source libraries:
- lib FFTW for Fourier calculation
- libsndfile for wav file parsing
Continue reading “FFT based frequency calculation (implementation)”