Cepstral Analysis for pitch detection
- by Ohmu
Hi!
I'm looking to extract pitches from a sound signal.
Someone on IRC just explain to me how taking a double FFT achieves this. Specifically:
take FFT
take log of square of absolute value (can be done with lookup table)
take another FFT
take absolute value
I am attempting this using vDSP
I can't understand how I didn't come across this…