Fine pitch discrimination using Minim
in
Core Library Questions
•
2 years ago
I've written a sketch that uses a FFT to find the peak frequency from a microphone input. It looks nice, but I'm having trouble finely distinguishing pitches in the frequency range where music and speech are usually packed. I'm aware of the rudiments of digital signal processing, but it's not obvious to me what settings would be best for this.
I currently have
timeSize=2048,
sampleRate=11025, which is reasonably responsive, but I don't think you'd want to tune your guitar by it. Am I missing a trick here? Is there some clever way of getting much higher resolution in ranges you're particularly interested in, or something?
Very grateful for any help.
2