Hello I am working one one application in which I need to detect which musical node did user played by listing to it. I got success in recognizing the higher note but low frequency note are not differentiable as there are extra noise which has similar or higher frequency.

Please let me know the way, So that i can do something Or any idea for the solution.

Thanks in advance, Satish

link|improve this question

30% accept rate
You need to use a proper pitch detection algorithm - if you're just looking for the fundamental then you will fail in many cases – Paul R May 21 '11 at 18:46
Thanks for comment Paul, Can you please suggest me the proper pitch detection algorithm, I want to recognize the freq bellow 250 hz. – Satish May 22 '11 at 17:19
there are already of lot of answers on SO about this - search SO for previous questions on "pitch detection", "cepstral analysis", "autocorrelation", etc. – Paul R May 22 '11 at 18:39
feedback

1 Answer

How low of a note are we talking about detecting? The lower the harder, the microphone on the iPhone isn't exactly a great one and will tend to distort the signal and have a harder time processing it the lower of a note it tries to listen to.

link|improve this answer
Thanks For reply MDT, I am facing problem in detecting the frequency between 65 to 300 hz. There higher frequency are working great. – Satish May 22 '11 at 17:22
Well I'm sorry to say that I really don't have any good advice about how to handle frequencies in that range, like I said you'll have a hard time with low frequencies and this is simply a matter of improper hardware, good luck though! – MDT May 22 '11 at 23:55
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.