1 / 32

Automatic Pitch Tracking

Automatic Pitch Tracking. January 16, 2013. The Plan for Today. One announcement: Starting on Monday of next week, we’ll meet in Craigie Hall D 428 We’ll be working on intonation transcription… The plan for today: Automatic Pitch Tracking On Friday: (Brief) suprasegmentals review

Download Presentation

Automatic Pitch Tracking

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Automatic Pitch Tracking January 16, 2013

  2. The Plan for Today • One announcement: • Starting on Monday of next week, we’ll meet in Craigie Hall D 428 • We’ll be working on intonation transcription… • The plan for today: • Automatic Pitch Tracking • On Friday: • (Brief) suprasegmentals review • The basics of English intonation

  3. The Digitization of Pitch • Praat can give us a representation of speech that looks like: • The blue line represents the fundamental frequency (F0) of the speaker’s voice. • Also known as a pitch track • How can we automatically “track” F0 in a sample of speech?

  4. Pitch Tracking • Voicing: • Air flow through vocal folds • Rapid opening and closing due to Bernoulli Effect • Each cycle sends an acoustic shockwave through the vocal tract • …which takes the form of a complex wave. • The rate at which the vocal folds open and close becomes the fundamental frequency (F0) of a voiced sound.

  5. Voicing Bars

  6. Voicing Bars Individual glottal pulses

  7. Voicing = Complex Wave • Note: voicing is not perfectly periodic. • …always some random variation from one cycle to the next. • How can we measure the fundamental frequency of a complex wave?

  8. duration = ??? • The basic idea: figure out the period between successive cycles of the complex wave. • Fundamental frequency = 1 / period

  9. Measuring F0 • To figure out where one cycle ends and the next begins… • The basic idea is to find how well successive “chunks” of a waveform match up with each other. • One period = the length of the chunk that matches up best with the next chunk. • Automatic Pitch Tracking parameters to think about: • Window size (i.e., chunk size) • Step size • Frequency range (= period range)

  10. Window (Chunk) Size Here’s an example of a small window

  11. Window (Chunk) Size Here’s an example of a large(r) window

  12. Initial window of the waveform is compared to another window (of the same duration) at a later point in the waveform

  13. Matching ??? The waveforms in the two windows are compared to see how well they match up. Correlation = measure of how well the two windows match

  14. Autocorrelation • The measure of correlation = • Sum of the point-by-point products of the two chunks. • The technical name for this is autocorrelation… • because two parts of the same wave are being matched up against each other. • (“auto” = self)

  15. Autocorrelation Example • Ex: consider window x, with n samples… • What’s its correlation with window y? • (Note: window y must also have n samples) • x1 = first sample of window x • x2 = second sample of window x • … • xn = nth (final) sample of window x • y1 = first sample of window y, etc. • Correlation (R) = x1*y1 + x2* y2 + … + xn* yn • The larger R is, the better the correlation.

  16. By the Numbers • Sample 1 2 3 4 5 6 • x .8 .3 -.2 -.5 .4 .8 • y -.3 -.1 .1 .3 .1 -.1 • product -.24 -.03 -.02 -.15 .04 -.08 • Sum of products = -.48 • These two chunks are poorly correlated with each other.

  17. By the Numbers, part 2 • Sample 1 2 3 4 5 6 • x .8 .3 -.2 -.5 .4 .8 • z .7 .4 -.1 -.4 .1 .4 • product .56 .12 .02 .2 .04 .32 • Sum of products = 1.26 • These two chunks are well correlated with each other. • (or at least better than the previous pair) • Note: matching peaks count for more than matches close to 0.

  18. Back to (Digital) Reality ??? These two windows are poorly correlated The waveforms in the two windows are compared to see how well they match up. Correlation = measure of how well the two windows match

  19. Next: the pitch tracking algorithm moves further down the waveform and grabs a new window

  20. “step” The distance the algorithm moves forward in the waveform is called the step size

  21. Matching, again ??? The next window gets compared to the original.

  22. Matching, again ??? These two windows are also poorly correlated The next window gets compared to the original.

  23. another “step” The algorithm keeps chugging and, eventually…

  24. Matching, again ??? These two windows are highly correlated The best match is found.

  25. period The fundamental period can be determined by the calculating the length of time between the start of window 1 and the start of (well correlated) window 2.

  26. Mopping up period • Frequency is 1 / period • Q: How many possible periods does the algorithm need to check? • Frequency range (default in Praat: 75 to 600 Hz)

  27. Moving on • Another comparison window is selected and the whole process starts over again.

  28. The algorithm ultimately spits out a pitch track. • This one shows you the F0 value at each step. would I like Uhm A flight to Seattle from Albuquerque Thanks to Chilin Shih for making these materials available

  29. Pitch Tracking in Praat • Play with F0 range. • Create Pitch Object. • Also go To Manipulation…Pitch. • Also check out:

  30. Summing Up • Pitch tracking uses three parameters • Window size • Ensures reliability • In Praat, the window size is always three times the longest possible period. • E.g.: 3 X 1/75 = .04 sec. • Step size • For temporal precision • Frequency range • Reduces computational load

  31. Deep Thought Questions • What might happen if: • The shortest period checked is longer than the fundamental period? • AND two fundamental periods fit inside a window? • Potential Problem #1: Pitch Halving • The pitch tracker thinks the fundamental period is twice as long as it is in reality. •  It estimates F0 to be half of its actual value

  32. Pitch Halving pitch is halved Check out normal file in Praat.

More Related