The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
164 views

What is the uHz-rotator algorithm?

According to this page, the Baudline software tool implements ...the uHz-rotator algorithm that operates in the complex domain to calculate an extremely accurate estimate of the frequency. ...
1
vote
1answer
41 views

Melodic or tonal pitch contour tracking?

What algorithms or methods can be used for the tracking of audio pitch contours? (Such as in musical vibrato and glissando, or for tonal vowels in languages such as Chinese?). Will a PLL work even ...
4
votes
0answers
93 views

How does Songify work?

Does anyone know how does the "Songify" app algorithm work? There are 2 inputs: speech (or amateur singing), and underlying music. Somehow the speech is altered and mixed into the music. Which ...
3
votes
1answer
59 views

pitch vs playback rate

Let's say I have an audio sample, whose pitch is known to be C4 (don't wanna go in detail here, let's say I just sampled a tuned piano playing the C4 key). The rules of the game are: I can only ...
5
votes
5answers
301 views

Piano pitch detection

I'm working on a piano tuning program and part of it requires real-time pitch detection. Here is the scheme I have so far which works to some degree but could probably use some refinement. I'm ...
4
votes
3answers
832 views

Can you increase frequency resolution of FFT without increasing window size?

I'd like to use STFT for multipitch analysis. I realise detecting the partials existing in the signal is just the beginning. Still I have problem with it. Let's say I have signal sampled with 'CD' ...
2
votes
3answers
82 views

Binary classifier for a small range of the audio spectrum

I am trying to detect a pitch in a narrow range of the audio spectrum with minimal samples. This corresponds to the rattling of certain mechanical systems. For example, the hum of an engine. To do ...
2
votes
1answer
164 views

Pitch detection algorithm for minsample size

I am looking for a pitch detection algorithm that uses the least number of samples. I don't care about the processing time. I hope to use this on audio signals. I have tried using the one at the ...
3
votes
2answers
230 views

differences in fundamental frequency/pitch between music and speech

I am developping a program, that extracts very expressive frames from a video (meaning: frames, which could summarize a video) for a university seminar. One of my ideas was, to analyze the audio data ...
5
votes
3answers
184 views

Extraction of non-sinusiodal repetition rates

I have an auto-correlation function that was generated from a signal, and I am trying to extract its 'repetition rate' in order to calculate the dominant frequency of the pulse, but I am not exactly ...
6
votes
2answers
652 views

Real-Time Human Pitch Detection

I'm trying to implement a singing game that will analise raw mic input and tell the player how good is he singing. That needs to be done in real-time. I've come across a lot of threads asking the ...
6
votes
2answers
849 views

Converting a pitch bend (MIDI) value to a “normal” pitch value

I am trying an offline LPC analysis and synthesis using the rt_lpc (real-time LPC) implementation as given here. There are some functions within the program that can be used for an offline LPC ...
7
votes
1answer
245 views

Discrete fourier transform - finding the fundamental quickly?

First, I appologize because I'm a software developper and it's been a very long time I didn't dive into pure mathematics, so my question might seem dumb. I hope not. The context is pitch recognition ...
-2
votes
1answer
520 views

Pitch Detection with the Histogram Frequencies Algorithm

i would like to ask... is there such a thing such as "Pitch Detection with the Histogram Frequencies Algorithm" ? Does such a thing exist or is it the harmonic product spectrum algorithm or cepstral ...
6
votes
2answers
1k views

Harmonic Product Spectrum limitations in pitch detection

I've made a pitch detection algorithm using HPS and I'm facing a problem. I'm a beginner with signal processing and this site helped me before, so I though I should ask. For higher pitches ( ...
5
votes
2answers
144 views

Finding the pitch value of a note

I am trying to implement a karaoke scoring algorithm and, for a particular song, have the note information (done by a professional) that indicates what note occurs in which part of the lyric. When ...
4
votes
2answers
478 views

Finding pitch from a wideband spectrogram

We can use the narrowband spectrogram for finding the pitch of an utterance. But is it possible to find the pitch using the wideband spectrogram? If so, how would that be done?