Autocorrelation and pitch detection

AI Thread Summary
Autocorrelation is a technique used in pitch detection by comparing an input waveform at various time intervals to identify periodic patterns. While it operates in the time domain, its application in detecting the fundamental frequency of an unknown source raises questions about practical implementation. The discussion highlights interest in using MATLAB for this purpose, emphasizing the need for detailed explanations rather than trivial responses. Resources such as the book "Digital Processing of Speech Signals" by Rabiner and Schafer, as well as online communities like music-dsp and comp.dsp, are suggested for further exploration. Understanding the practical implementation of summation in this context is also sought after.
sathya_rajan
Messages
2
Reaction score
0
I have heard that autocorrelation is used in pitch detection, but no proper or convincing explanation of how it is used. I had previously worked on echo removal using autocorrelation. But what puzzles me is that autocorrelation is done in time domain but how can this be used to detect fundamental frequency of some unknown source?
 
Engineering news on Phys.org
Go to www.google.com

Type in "autocorrelation pitch detection", hit the "I am feeling lucky" button.
 
Floid: I had done that before. The input waveform is compared (autocorrelated) at different time intervals. I don't know whether this can be implemented in practice. I am interested to perform this in matlab. If you have time, then you can explain. Please don't give trivial replies. Thank you.
 
also try joining the music-dsp mailing list or posting to the comp.dsp newsgroup.

also there is a book by Rabiner and Schafer Digital Processing of Speech Signals.

now, do you know how to implement a summation in practice?
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Back
Top