Robust algorithm for chromatic instrument tuner? [closed]
Closed. This question is off-topic. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it's on-topic for Stack Overflow. Who knows the most robust algorithm for a chromatic instrument tuner? I am trying to write an instrument tuner. I have tried the following two algorithms: FFT to create a welch periodogram and then detect the peak frequency A simple autocorrelation ( http://en.wikipedia.org/wiki/Autocorrelation ) I encountered the following basic problems: Accuracy 1: in FFT the relation between samplerate, recording length and bin size