Arduino Guitar Tuner Using DSP Techniques

by akellyirl in Circuits > Arduino

3122 Views, 8 Favorites, 0 Comments

Arduino Guitar Tuner Using DSP Techniques

2017-02-19 16.14.25.jpg

A while ago I wrote an article on Reliable Frequency Detection Using DSP Techniques.
I mentioned at the time that this is an ideal basis for designing your own Arduino based guitar tuner. In real life, musical intruments can have strong harmonic contents, and you want to detect the fundamental frequency. Time based techniques that measure the time between periods don’t do that very well. The advantage of using an autocorrelation based frequency detection method is robustenss against noise and the overall harmonic content of the signal.

So, having got a few questions about how you’d make a guitar tuner, I thought I'd make one to show how it's done.

Build a Pre-amp

2017-02-19 16.12.40.jpg
2017-02-19 16.14.25.jpg

You'll need a pre-amp. Here's the schematic and the construction.

Code

For the full details including the code take a look on my blog:

http://www.akellyirl.com/arduino-guitar-tuner/

Here's a Demo

Arduino Guitar Tuner Demo