How to calculate protrusion value for pitch detection project?

Status
Not open for further replies.

HanzPetr

Newbie level 1
Joined
May 6, 2010
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,289
Pitch Detection

I'm working on a project that deals with pitch detection of audio signals and is coded in C++. Specifically I'd like to implement the algorithm proposed in this paper:
https://ccrma.stanford.edu/~larrywu/files/GuitarPitchDetection.pdf

Since I'm quite new to audio processing I hope someone here is able to help me.

So far I have calculated the spectrum of the sound, but I am not sure how to implement the following parts beginning with "calculating protrusion value":

Here an excerpt of the paper:



What I'd like to know is how to get to the values Va, Vb, Vc?

And how do I apply a mean filter with a threshold of 1.25?

Any hint is appreciated!!
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…