Fundamental frequency estimation and supervised learning
1–6 of 6 posts
Re: Fundamental frequency estimation and supervised learning
#2Re: Fundamental frequency estimation and supervised learning
#3Re: Fundamental frequency estimation and supervised learning
#4Is there a way to download all the instrument samples from the University of Iowa in a single archive file?
It might be easier to make a scraper then downloading all of the files individually.
Re: Fundamental frequency estimation and supervised learning
#5There is a good way to make the harmonic product spectrum more robust to the effects of noise. You generate a synthetic spectrum starting from a histogram of zero crossing intervals that has been "smeared" back into a continuous signal with Gaussian peaks by applying a kernel density estimate. The result can then be passed through the HPS to find the fundamental. The decorrelated zero crossings caused by noise are mu…
Re: Fundamental frequency estimation and supervised learning
#6It picks the first peak of the autocorrelation after zero-crossing that is greater than k*(max peak). k~=0.9
http://www.cs.otago.ac.nz/tartini/papers/A_Smarter_Way_to_Fi...