I\'m using the Aubio librar开发者_JS百科y; I can\'t find this anywhere in the docs at aubio.org or on the internet. When doing processing (specifically pitch detection with aubio_pitch_detect in my ca
I have some vectors of experimental data that I need to massage, for example: { {0, 61237, 131895, 194760, 249935},
I am trying to compensate for channel effects introduced into a waveform received over a mobile channel and the same waveform when received over a landline channel. Are there any libraries/code out th
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I\'m making an application that displays an FFT of sound data from a microphone. One thing I need to be able to support is calibrating to the frequency response of the microphone, which will be given
I\'m reading raw data from a mic and feeding into FFT. Two of the FFT libraries I\'m trying (AForge and Exocortex.DSP) takes Complex numbers as input and gives Complex numbers as output.
How do you determine which Note Onsets are beats? Currently, what I have is sort of like a \'brute force\' method using what is called \'pulse-trains\'.
I am trying to work on a system where the quality of a recorded sentence is rated by a computer. There are three modes under which this system operates:
I\'m working on a FFT algorithm in C for a microcontroller, and am having trouble deciding on whether to have the real and imaginary parts of the input data stored in just an array of structs, or use
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.